mirror of
https://github.com/google/nomulus.git
synced 2025-07-23 11:16:04 +02:00
Fix flaky tests that depends on order of rules
SystemPropertyRule in some cases should be applied last: when multiple rules exist and and modified property is checked in cleanups. ConsoleOteSetupActionTest and ConsoleRegistrarCreatorActionTest are two such classes, and can be flaky in JUnit 4. This PR migrates them to JUnit5 and applies ordering to extensions in them. Added a mockito dependency, and upgraded mockito-core to 3.3.3. Meaningful changes: SystemPropertyRule.java and ConsoleOteSetupActionTest.java, and ConsoleRegistrarCreatorActionTest.java
This commit is contained in:
parent
a5090634c5
commit
b295287fc9
25 changed files with 107 additions and 85 deletions
|
@ -37,8 +37,8 @@ javax.mail:mail:1.4
|
|||
javax.xml.bind:jaxb-api:2.3.0
|
||||
joda-time:joda-time:2.9.2
|
||||
junit:junit:4.13
|
||||
net.bytebuddy:byte-buddy-agent:1.9.7
|
||||
net.bytebuddy:byte-buddy:1.9.7
|
||||
net.bytebuddy:byte-buddy-agent:1.10.5
|
||||
net.bytebuddy:byte-buddy:1.10.5
|
||||
org.apache.httpcomponents:httpclient:4.5.11
|
||||
org.apache.httpcomponents:httpcore:4.4.13
|
||||
org.apiguardian:apiguardian-api:1.1.0
|
||||
|
@ -52,7 +52,7 @@ org.junit.platform:junit-platform-commons:1.6.1
|
|||
org.junit.platform:junit-platform-engine:1.6.1
|
||||
org.junit.vintage:junit-vintage-engine:5.6.1
|
||||
org.junit:junit-bom:5.6.1
|
||||
org.mockito:mockito-core:2.25.0
|
||||
org.mockito:mockito-core:3.3.3
|
||||
org.objenesis:objenesis:2.6
|
||||
org.opentest4j:opentest4j:1.2.0
|
||||
org.yaml:snakeyaml:1.17
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue