mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 03:57:51 +02:00
Add Test suite support for JUnit 5 classes (#549)
* Add Test suite support for JUnit 5 classes Added Gradle dependencies and updated lockfiles. Updated SqlInegrationTestSuite to use new annotations. Migrated one member class in SqlIntegrationTestSuite (CursorDaoTest) to JUnit 5, and verified that the new Suite runner can handle a mixture of JUnit 4 and 5 tests in one suite. Note that Gradle tests that run TestSuites must choose JUnit 4. Updated core/build.gradle and integration/build.gradle.
This commit is contained in:
parent
3dbc4e5d46
commit
5face3b2fe
37 changed files with 229 additions and 210 deletions
|
@ -61,12 +61,12 @@ org.checkerframework:checker-compat-qual:2.5.5
|
||||||
org.checkerframework:checker-qual:2.10.0
|
org.checkerframework:checker-qual:2.10.0
|
||||||
org.hamcrest:hamcrest-core:1.3
|
org.hamcrest:hamcrest-core:1.3
|
||||||
org.json:json:20160212
|
org.json:json:20160212
|
||||||
org.junit.jupiter:junit-jupiter-api:5.6.0
|
org.junit.jupiter:junit-jupiter-api:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-engine:5.6.0
|
org.junit.jupiter:junit-jupiter-engine:5.6.1
|
||||||
org.junit.platform:junit-platform-commons:1.6.0
|
org.junit.platform:junit-platform-commons:1.6.1
|
||||||
org.junit.platform:junit-platform-engine:1.6.0
|
org.junit.platform:junit-platform-engine:1.6.1
|
||||||
org.junit.vintage:junit-vintage-engine:5.6.0
|
org.junit.vintage:junit-vintage-engine:5.6.1
|
||||||
org.junit:junit-bom:5.6.0
|
org.junit:junit-bom:5.6.1
|
||||||
org.mockito:mockito-core:2.25.0
|
org.mockito:mockito-core:2.25.0
|
||||||
org.objenesis:objenesis:2.6
|
org.objenesis:objenesis:2.6
|
||||||
org.opentest4j:opentest4j:1.2.0
|
org.opentest4j:opentest4j:1.2.0
|
||||||
|
|
|
@ -61,12 +61,12 @@ org.checkerframework:checker-compat-qual:2.5.5
|
||||||
org.checkerframework:checker-qual:2.10.0
|
org.checkerframework:checker-qual:2.10.0
|
||||||
org.hamcrest:hamcrest-core:1.3
|
org.hamcrest:hamcrest-core:1.3
|
||||||
org.json:json:20160212
|
org.json:json:20160212
|
||||||
org.junit.jupiter:junit-jupiter-api:5.6.0
|
org.junit.jupiter:junit-jupiter-api:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-engine:5.6.0
|
org.junit.jupiter:junit-jupiter-engine:5.6.1
|
||||||
org.junit.platform:junit-platform-commons:1.6.0
|
org.junit.platform:junit-platform-commons:1.6.1
|
||||||
org.junit.platform:junit-platform-engine:1.6.0
|
org.junit.platform:junit-platform-engine:1.6.1
|
||||||
org.junit.vintage:junit-vintage-engine:5.6.0
|
org.junit.vintage:junit-vintage-engine:5.6.1
|
||||||
org.junit:junit-bom:5.6.0
|
org.junit:junit-bom:5.6.1
|
||||||
org.mockito:mockito-core:2.25.0
|
org.mockito:mockito-core:2.25.0
|
||||||
org.objenesis:objenesis:2.6
|
org.objenesis:objenesis:2.6
|
||||||
org.opentest4j:opentest4j:1.2.0
|
org.opentest4j:opentest4j:1.2.0
|
||||||
|
|
|
@ -61,12 +61,12 @@ org.checkerframework:checker-compat-qual:2.5.5
|
||||||
org.checkerframework:checker-qual:2.10.0
|
org.checkerframework:checker-qual:2.10.0
|
||||||
org.hamcrest:hamcrest-core:1.3
|
org.hamcrest:hamcrest-core:1.3
|
||||||
org.json:json:20160212
|
org.json:json:20160212
|
||||||
org.junit.jupiter:junit-jupiter-api:5.6.0
|
org.junit.jupiter:junit-jupiter-api:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-engine:5.6.0
|
org.junit.jupiter:junit-jupiter-engine:5.6.1
|
||||||
org.junit.platform:junit-platform-commons:1.6.0
|
org.junit.platform:junit-platform-commons:1.6.1
|
||||||
org.junit.platform:junit-platform-engine:1.6.0
|
org.junit.platform:junit-platform-engine:1.6.1
|
||||||
org.junit.vintage:junit-vintage-engine:5.6.0
|
org.junit.vintage:junit-vintage-engine:5.6.1
|
||||||
org.junit:junit-bom:5.6.0
|
org.junit:junit-bom:5.6.1
|
||||||
org.mockito:mockito-core:2.25.0
|
org.mockito:mockito-core:2.25.0
|
||||||
org.objenesis:objenesis:2.6
|
org.objenesis:objenesis:2.6
|
||||||
org.opentest4j:opentest4j:1.2.0
|
org.opentest4j:opentest4j:1.2.0
|
||||||
|
|
|
@ -61,12 +61,12 @@ org.checkerframework:checker-compat-qual:2.5.5
|
||||||
org.checkerframework:checker-qual:2.10.0
|
org.checkerframework:checker-qual:2.10.0
|
||||||
org.hamcrest:hamcrest-core:1.3
|
org.hamcrest:hamcrest-core:1.3
|
||||||
org.json:json:20160212
|
org.json:json:20160212
|
||||||
org.junit.jupiter:junit-jupiter-api:5.6.0
|
org.junit.jupiter:junit-jupiter-api:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-engine:5.6.0
|
org.junit.jupiter:junit-jupiter-engine:5.6.1
|
||||||
org.junit.platform:junit-platform-commons:1.6.0
|
org.junit.platform:junit-platform-commons:1.6.1
|
||||||
org.junit.platform:junit-platform-engine:1.6.0
|
org.junit.platform:junit-platform-engine:1.6.1
|
||||||
org.junit.vintage:junit-vintage-engine:5.6.0
|
org.junit.vintage:junit-vintage-engine:5.6.1
|
||||||
org.junit:junit-bom:5.6.0
|
org.junit:junit-bom:5.6.1
|
||||||
org.mockito:mockito-core:2.25.0
|
org.mockito:mockito-core:2.25.0
|
||||||
org.objenesis:objenesis:2.6
|
org.objenesis:objenesis:2.6
|
||||||
org.opentest4j:opentest4j:1.2.0
|
org.opentest4j:opentest4j:1.2.0
|
||||||
|
|
|
@ -20,10 +20,10 @@ org.checkerframework:checker-compat-qual:2.5.5
|
||||||
org.checkerframework:checker-qual:2.10.0
|
org.checkerframework:checker-qual:2.10.0
|
||||||
org.eclipse.jgit:org.eclipse.jgit:4.4.1.201607150455-r
|
org.eclipse.jgit:org.eclipse.jgit:4.4.1.201607150455-r
|
||||||
org.hamcrest:hamcrest-core:1.3
|
org.hamcrest:hamcrest-core:1.3
|
||||||
org.junit.jupiter:junit-jupiter-api:5.6.0
|
org.junit.jupiter:junit-jupiter-api:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-engine:5.6.0
|
org.junit.jupiter:junit-jupiter-engine:5.6.1
|
||||||
org.junit.platform:junit-platform-commons:1.6.0
|
org.junit.platform:junit-platform-commons:1.6.1
|
||||||
org.junit.platform:junit-platform-engine:1.6.0
|
org.junit.platform:junit-platform-engine:1.6.1
|
||||||
org.junit.vintage:junit-vintage-engine:5.6.0
|
org.junit.vintage:junit-vintage-engine:5.6.1
|
||||||
org.junit:junit-bom:5.6.0
|
org.junit:junit-bom:5.6.1
|
||||||
org.opentest4j:opentest4j:1.2.0
|
org.opentest4j:opentest4j:1.2.0
|
||||||
|
|
|
@ -20,10 +20,10 @@ org.checkerframework:checker-compat-qual:2.5.5
|
||||||
org.checkerframework:checker-qual:2.10.0
|
org.checkerframework:checker-qual:2.10.0
|
||||||
org.eclipse.jgit:org.eclipse.jgit:4.4.1.201607150455-r
|
org.eclipse.jgit:org.eclipse.jgit:4.4.1.201607150455-r
|
||||||
org.hamcrest:hamcrest-core:1.3
|
org.hamcrest:hamcrest-core:1.3
|
||||||
org.junit.jupiter:junit-jupiter-api:5.6.0
|
org.junit.jupiter:junit-jupiter-api:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-engine:5.6.0
|
org.junit.jupiter:junit-jupiter-engine:5.6.1
|
||||||
org.junit.platform:junit-platform-commons:1.6.0
|
org.junit.platform:junit-platform-commons:1.6.1
|
||||||
org.junit.platform:junit-platform-engine:1.6.0
|
org.junit.platform:junit-platform-engine:1.6.1
|
||||||
org.junit.vintage:junit-vintage-engine:5.6.0
|
org.junit.vintage:junit-vintage-engine:5.6.1
|
||||||
org.junit:junit-bom:5.6.0
|
org.junit:junit-bom:5.6.1
|
||||||
org.opentest4j:opentest4j:1.2.0
|
org.opentest4j:opentest4j:1.2.0
|
||||||
|
|
|
@ -21,10 +21,10 @@ org.checkerframework:checker-compat-qual:2.5.5
|
||||||
org.checkerframework:checker-qual:2.10.0
|
org.checkerframework:checker-qual:2.10.0
|
||||||
org.eclipse.jgit:org.eclipse.jgit:4.4.1.201607150455-r
|
org.eclipse.jgit:org.eclipse.jgit:4.4.1.201607150455-r
|
||||||
org.hamcrest:hamcrest-core:1.3
|
org.hamcrest:hamcrest-core:1.3
|
||||||
org.junit.jupiter:junit-jupiter-api:5.6.0
|
org.junit.jupiter:junit-jupiter-api:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-engine:5.6.0
|
org.junit.jupiter:junit-jupiter-engine:5.6.1
|
||||||
org.junit.platform:junit-platform-commons:1.6.0
|
org.junit.platform:junit-platform-commons:1.6.1
|
||||||
org.junit.platform:junit-platform-engine:1.6.0
|
org.junit.platform:junit-platform-engine:1.6.1
|
||||||
org.junit.vintage:junit-vintage-engine:5.6.0
|
org.junit.vintage:junit-vintage-engine:5.6.1
|
||||||
org.junit:junit-bom:5.6.0
|
org.junit:junit-bom:5.6.1
|
||||||
org.opentest4j:opentest4j:1.2.0
|
org.opentest4j:opentest4j:1.2.0
|
||||||
|
|
|
@ -21,10 +21,10 @@ org.checkerframework:checker-compat-qual:2.5.5
|
||||||
org.checkerframework:checker-qual:2.10.0
|
org.checkerframework:checker-qual:2.10.0
|
||||||
org.eclipse.jgit:org.eclipse.jgit:4.4.1.201607150455-r
|
org.eclipse.jgit:org.eclipse.jgit:4.4.1.201607150455-r
|
||||||
org.hamcrest:hamcrest-core:1.3
|
org.hamcrest:hamcrest-core:1.3
|
||||||
org.junit.jupiter:junit-jupiter-api:5.6.0
|
org.junit.jupiter:junit-jupiter-api:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-engine:5.6.0
|
org.junit.jupiter:junit-jupiter-engine:5.6.1
|
||||||
org.junit.platform:junit-platform-commons:1.6.0
|
org.junit.platform:junit-platform-commons:1.6.1
|
||||||
org.junit.platform:junit-platform-engine:1.6.0
|
org.junit.platform:junit-platform-engine:1.6.1
|
||||||
org.junit.vintage:junit-vintage-engine:5.6.0
|
org.junit.vintage:junit-vintage-engine:5.6.1
|
||||||
org.junit:junit-bom:5.6.0
|
org.junit:junit-bom:5.6.1
|
||||||
org.opentest4j:opentest4j:1.2.0
|
org.opentest4j:opentest4j:1.2.0
|
||||||
|
|
|
@ -309,6 +309,8 @@ dependencies {
|
||||||
testCompile deps['org.junit.jupiter:junit-jupiter-api']
|
testCompile deps['org.junit.jupiter:junit-jupiter-api']
|
||||||
testCompile deps['org.junit.jupiter:junit-jupiter-engine']
|
testCompile deps['org.junit.jupiter:junit-jupiter-engine']
|
||||||
testCompile deps['org.junit.jupiter:junit-jupiter-migrationsupport']
|
testCompile deps['org.junit.jupiter:junit-jupiter-migrationsupport']
|
||||||
|
testCompile deps['org.junit.platform:junit-platform-runner']
|
||||||
|
testCompile deps['org.junit.platform:junit-platform-suite-api']
|
||||||
testCompile deps['org.junit.vintage:junit-vintage-engine']
|
testCompile deps['org.junit.vintage:junit-vintage-engine']
|
||||||
testCompile deps['org.mockito:mockito-core']
|
testCompile deps['org.mockito:mockito-core']
|
||||||
runtime deps['org.postgresql:postgresql']
|
runtime deps['org.postgresql:postgresql']
|
||||||
|
@ -737,6 +739,10 @@ task registryToolIntegrationTest {
|
||||||
|
|
||||||
// Dedicated test suite for schema-dependent tests.
|
// Dedicated test suite for schema-dependent tests.
|
||||||
task sqlIntegrationTest(type: FilteringTest) {
|
task sqlIntegrationTest(type: FilteringTest) {
|
||||||
|
// TestSuite still requires a JUnit 4 runner, which knows how to handle JUnit 5 tests.
|
||||||
|
// Here we need to override parent's choice of JUnit 5. If changing this, remember to
|
||||||
|
// change :integration:sqlIntegrationTest too.
|
||||||
|
useJUnit()
|
||||||
excludeTestCases = false
|
excludeTestCases = false
|
||||||
tests = ['google/registry/schema/integration/SqlIntegrationTestSuite.*']
|
tests = ['google/registry/schema/integration/SqlIntegrationTestSuite.*']
|
||||||
}
|
}
|
||||||
|
|
|
@ -243,13 +243,16 @@ org.jboss:jandex:2.0.5.Final
|
||||||
org.jetbrains:annotations:17.0.0
|
org.jetbrains:annotations:17.0.0
|
||||||
org.joda:joda-money:1.0.1
|
org.joda:joda-money:1.0.1
|
||||||
org.json:json:20160810
|
org.json:json:20160810
|
||||||
org.junit.jupiter:junit-jupiter-api:5.6.0
|
org.junit.jupiter:junit-jupiter-api:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-engine:5.6.0
|
org.junit.jupiter:junit-jupiter-engine:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-migrationsupport:5.6.0
|
org.junit.jupiter:junit-jupiter-migrationsupport:5.6.1
|
||||||
org.junit.platform:junit-platform-commons:1.6.0
|
org.junit.platform:junit-platform-commons:1.6.1
|
||||||
org.junit.platform:junit-platform-engine:1.6.0
|
org.junit.platform:junit-platform-engine:1.6.1
|
||||||
org.junit.vintage:junit-vintage-engine:5.6.0
|
org.junit.platform:junit-platform-launcher:1.6.1
|
||||||
org.junit:junit-bom:5.6.0
|
org.junit.platform:junit-platform-runner:1.6.1
|
||||||
|
org.junit.platform:junit-platform-suite-api:1.6.1
|
||||||
|
org.junit.vintage:junit-vintage-engine:5.6.1
|
||||||
|
org.junit:junit-bom:5.6.1
|
||||||
org.jvnet.staxex:stax-ex:1.8
|
org.jvnet.staxex:stax-ex:1.8
|
||||||
org.mockito:mockito-core:2.25.0
|
org.mockito:mockito-core:2.25.0
|
||||||
org.mortbay.jetty:jetty-util:6.1.26
|
org.mortbay.jetty:jetty-util:6.1.26
|
||||||
|
|
|
@ -241,13 +241,16 @@ org.jboss:jandex:2.0.5.Final
|
||||||
org.jetbrains:annotations:17.0.0
|
org.jetbrains:annotations:17.0.0
|
||||||
org.joda:joda-money:1.0.1
|
org.joda:joda-money:1.0.1
|
||||||
org.json:json:20160810
|
org.json:json:20160810
|
||||||
org.junit.jupiter:junit-jupiter-api:5.6.0
|
org.junit.jupiter:junit-jupiter-api:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-engine:5.6.0
|
org.junit.jupiter:junit-jupiter-engine:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-migrationsupport:5.6.0
|
org.junit.jupiter:junit-jupiter-migrationsupport:5.6.1
|
||||||
org.junit.platform:junit-platform-commons:1.6.0
|
org.junit.platform:junit-platform-commons:1.6.1
|
||||||
org.junit.platform:junit-platform-engine:1.6.0
|
org.junit.platform:junit-platform-engine:1.6.1
|
||||||
org.junit.vintage:junit-vintage-engine:5.6.0
|
org.junit.platform:junit-platform-launcher:1.6.1
|
||||||
org.junit:junit-bom:5.6.0
|
org.junit.platform:junit-platform-runner:1.6.1
|
||||||
|
org.junit.platform:junit-platform-suite-api:1.6.1
|
||||||
|
org.junit.vintage:junit-vintage-engine:5.6.1
|
||||||
|
org.junit:junit-bom:5.6.1
|
||||||
org.jvnet.staxex:stax-ex:1.8
|
org.jvnet.staxex:stax-ex:1.8
|
||||||
org.mockito:mockito-core:2.25.0
|
org.mockito:mockito-core:2.25.0
|
||||||
org.mortbay.jetty:jetty-util:6.1.26
|
org.mortbay.jetty:jetty-util:6.1.26
|
||||||
|
|
|
@ -246,13 +246,16 @@ org.jboss:jandex:2.0.5.Final
|
||||||
org.jetbrains:annotations:17.0.0
|
org.jetbrains:annotations:17.0.0
|
||||||
org.joda:joda-money:1.0.1
|
org.joda:joda-money:1.0.1
|
||||||
org.json:json:20160810
|
org.json:json:20160810
|
||||||
org.junit.jupiter:junit-jupiter-api:5.6.0
|
org.junit.jupiter:junit-jupiter-api:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-engine:5.6.0
|
org.junit.jupiter:junit-jupiter-engine:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-migrationsupport:5.6.0
|
org.junit.jupiter:junit-jupiter-migrationsupport:5.6.1
|
||||||
org.junit.platform:junit-platform-commons:1.6.0
|
org.junit.platform:junit-platform-commons:1.6.1
|
||||||
org.junit.platform:junit-platform-engine:1.6.0
|
org.junit.platform:junit-platform-engine:1.6.1
|
||||||
org.junit.vintage:junit-vintage-engine:5.6.0
|
org.junit.platform:junit-platform-launcher:1.6.1
|
||||||
org.junit:junit-bom:5.6.0
|
org.junit.platform:junit-platform-runner:1.6.1
|
||||||
|
org.junit.platform:junit-platform-suite-api:1.6.1
|
||||||
|
org.junit.vintage:junit-vintage-engine:5.6.1
|
||||||
|
org.junit:junit-bom:5.6.1
|
||||||
org.jvnet.staxex:stax-ex:1.8
|
org.jvnet.staxex:stax-ex:1.8
|
||||||
org.mockito:mockito-core:2.25.0
|
org.mockito:mockito-core:2.25.0
|
||||||
org.mortbay.jetty:jetty-util:6.1.26
|
org.mortbay.jetty:jetty-util:6.1.26
|
||||||
|
|
|
@ -246,13 +246,16 @@ org.jboss:jandex:2.0.5.Final
|
||||||
org.jetbrains:annotations:17.0.0
|
org.jetbrains:annotations:17.0.0
|
||||||
org.joda:joda-money:1.0.1
|
org.joda:joda-money:1.0.1
|
||||||
org.json:json:20160810
|
org.json:json:20160810
|
||||||
org.junit.jupiter:junit-jupiter-api:5.6.0
|
org.junit.jupiter:junit-jupiter-api:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-engine:5.6.0
|
org.junit.jupiter:junit-jupiter-engine:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-migrationsupport:5.6.0
|
org.junit.jupiter:junit-jupiter-migrationsupport:5.6.1
|
||||||
org.junit.platform:junit-platform-commons:1.6.0
|
org.junit.platform:junit-platform-commons:1.6.1
|
||||||
org.junit.platform:junit-platform-engine:1.6.0
|
org.junit.platform:junit-platform-engine:1.6.1
|
||||||
org.junit.vintage:junit-vintage-engine:5.6.0
|
org.junit.platform:junit-platform-launcher:1.6.1
|
||||||
org.junit:junit-bom:5.6.0
|
org.junit.platform:junit-platform-runner:1.6.1
|
||||||
|
org.junit.platform:junit-platform-suite-api:1.6.1
|
||||||
|
org.junit.vintage:junit-vintage-engine:5.6.1
|
||||||
|
org.junit:junit-bom:5.6.1
|
||||||
org.jvnet.staxex:stax-ex:1.8
|
org.jvnet.staxex:stax-ex:1.8
|
||||||
org.mockito:mockito-core:2.25.0
|
org.mockito:mockito-core:2.25.0
|
||||||
org.mortbay.jetty:jetty-util:6.1.26
|
org.mortbay.jetty:jetty-util:6.1.26
|
||||||
|
|
|
@ -30,13 +30,10 @@ import google.registry.testing.FakeClock;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.logging.Level;
|
import java.util.logging.Level;
|
||||||
import java.util.logging.Logger;
|
import java.util.logging.Logger;
|
||||||
import org.junit.Rule;
|
import org.junit.jupiter.api.Test;
|
||||||
import org.junit.Test;
|
import org.junit.jupiter.api.extension.RegisterExtension;
|
||||||
import org.junit.runner.RunWith;
|
|
||||||
import org.junit.runners.JUnit4;
|
|
||||||
|
|
||||||
/** Unit tests for {@link Cursor}. */
|
/** Unit tests for {@link Cursor}. */
|
||||||
@RunWith(JUnit4.class)
|
|
||||||
public class CursorDaoTest {
|
public class CursorDaoTest {
|
||||||
|
|
||||||
private final FakeClock fakeClock = new FakeClock();
|
private final FakeClock fakeClock = new FakeClock();
|
||||||
|
@ -44,7 +41,7 @@ public class CursorDaoTest {
|
||||||
private final TestLogHandler logHandler = new TestLogHandler();
|
private final TestLogHandler logHandler = new TestLogHandler();
|
||||||
private final Logger loggerToIntercept = Logger.getLogger(CursorDao.class.getCanonicalName());
|
private final Logger loggerToIntercept = Logger.getLogger(CursorDao.class.getCanonicalName());
|
||||||
|
|
||||||
@Rule
|
@RegisterExtension
|
||||||
public final AppEngineRule appEngine =
|
public final AppEngineRule appEngine =
|
||||||
AppEngineRule.builder().withDatastoreAndCloudSql().withClock(fakeClock).build();
|
AppEngineRule.builder().withDatastoreAndCloudSql().withClock(fakeClock).build();
|
||||||
|
|
||||||
|
|
|
@ -27,9 +27,9 @@ import google.registry.schema.tmch.ClaimsListDaoTest;
|
||||||
import org.junit.AfterClass;
|
import org.junit.AfterClass;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.ClassRule;
|
import org.junit.ClassRule;
|
||||||
|
import org.junit.platform.runner.JUnitPlatform;
|
||||||
|
import org.junit.platform.suite.api.SelectClasses;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
import org.junit.runners.Suite;
|
|
||||||
import org.junit.runners.Suite.SuiteClasses;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Groups all JPA entity tests in one suite for easy invocation. This suite is used for
|
* Groups all JPA entity tests in one suite for easy invocation. This suite is used for
|
||||||
|
@ -48,8 +48,8 @@ import org.junit.runners.Suite.SuiteClasses;
|
||||||
* database. Therefore this is not the right place for verifying backward data compatibility in
|
* database. Therefore this is not the right place for verifying backward data compatibility in
|
||||||
* end-to-end functional tests.
|
* end-to-end functional tests.
|
||||||
*/
|
*/
|
||||||
@RunWith(Suite.class)
|
@RunWith(JUnitPlatform.class)
|
||||||
@SuiteClasses({
|
@SelectClasses({
|
||||||
ClaimsListDaoTest.class,
|
ClaimsListDaoTest.class,
|
||||||
CursorDaoTest.class,
|
CursorDaoTest.class,
|
||||||
DomainBaseSqlTest.class,
|
DomainBaseSqlTest.class,
|
||||||
|
|
|
@ -26,12 +26,12 @@ org.checkerframework:checker-qual:2.10.0
|
||||||
org.flywaydb:flyway-core:5.2.4
|
org.flywaydb:flyway-core:5.2.4
|
||||||
org.hamcrest:hamcrest-core:1.3
|
org.hamcrest:hamcrest-core:1.3
|
||||||
org.jetbrains:annotations:17.0.0
|
org.jetbrains:annotations:17.0.0
|
||||||
org.junit.jupiter:junit-jupiter-api:5.6.0
|
org.junit.jupiter:junit-jupiter-api:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-engine:5.6.0
|
org.junit.jupiter:junit-jupiter-engine:5.6.1
|
||||||
org.junit.platform:junit-platform-commons:1.6.0
|
org.junit.platform:junit-platform-commons:1.6.1
|
||||||
org.junit.platform:junit-platform-engine:1.6.0
|
org.junit.platform:junit-platform-engine:1.6.1
|
||||||
org.junit.vintage:junit-vintage-engine:5.6.0
|
org.junit.vintage:junit-vintage-engine:5.6.1
|
||||||
org.junit:junit-bom:5.6.0
|
org.junit:junit-bom:5.6.1
|
||||||
org.opentest4j:opentest4j:1.2.0
|
org.opentest4j:opentest4j:1.2.0
|
||||||
org.rnorth.duct-tape:duct-tape:1.0.8
|
org.rnorth.duct-tape:duct-tape:1.0.8
|
||||||
org.rnorth.visible-assertions:visible-assertions:2.1.2
|
org.rnorth.visible-assertions:visible-assertions:2.1.2
|
||||||
|
|
|
@ -26,12 +26,12 @@ org.checkerframework:checker-qual:2.10.0
|
||||||
org.flywaydb:flyway-core:5.2.4
|
org.flywaydb:flyway-core:5.2.4
|
||||||
org.hamcrest:hamcrest-core:1.3
|
org.hamcrest:hamcrest-core:1.3
|
||||||
org.jetbrains:annotations:17.0.0
|
org.jetbrains:annotations:17.0.0
|
||||||
org.junit.jupiter:junit-jupiter-api:5.6.0
|
org.junit.jupiter:junit-jupiter-api:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-engine:5.6.0
|
org.junit.jupiter:junit-jupiter-engine:5.6.1
|
||||||
org.junit.platform:junit-platform-commons:1.6.0
|
org.junit.platform:junit-platform-commons:1.6.1
|
||||||
org.junit.platform:junit-platform-engine:1.6.0
|
org.junit.platform:junit-platform-engine:1.6.1
|
||||||
org.junit.vintage:junit-vintage-engine:5.6.0
|
org.junit.vintage:junit-vintage-engine:5.6.1
|
||||||
org.junit:junit-bom:5.6.0
|
org.junit:junit-bom:5.6.1
|
||||||
org.opentest4j:opentest4j:1.2.0
|
org.opentest4j:opentest4j:1.2.0
|
||||||
org.rnorth.duct-tape:duct-tape:1.0.8
|
org.rnorth.duct-tape:duct-tape:1.0.8
|
||||||
org.rnorth.visible-assertions:visible-assertions:2.1.2
|
org.rnorth.visible-assertions:visible-assertions:2.1.2
|
||||||
|
|
|
@ -29,12 +29,12 @@ org.eclipse.jgit:org.eclipse.jgit:4.4.1.201607150455-r
|
||||||
org.flywaydb:flyway-core:5.2.4
|
org.flywaydb:flyway-core:5.2.4
|
||||||
org.hamcrest:hamcrest-core:1.3
|
org.hamcrest:hamcrest-core:1.3
|
||||||
org.jetbrains:annotations:17.0.0
|
org.jetbrains:annotations:17.0.0
|
||||||
org.junit.jupiter:junit-jupiter-api:5.6.0
|
org.junit.jupiter:junit-jupiter-api:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-engine:5.6.0
|
org.junit.jupiter:junit-jupiter-engine:5.6.1
|
||||||
org.junit.platform:junit-platform-commons:1.6.0
|
org.junit.platform:junit-platform-commons:1.6.1
|
||||||
org.junit.platform:junit-platform-engine:1.6.0
|
org.junit.platform:junit-platform-engine:1.6.1
|
||||||
org.junit.vintage:junit-vintage-engine:5.6.0
|
org.junit.vintage:junit-vintage-engine:5.6.1
|
||||||
org.junit:junit-bom:5.6.0
|
org.junit:junit-bom:5.6.1
|
||||||
org.opentest4j:opentest4j:1.2.0
|
org.opentest4j:opentest4j:1.2.0
|
||||||
org.rnorth.duct-tape:duct-tape:1.0.8
|
org.rnorth.duct-tape:duct-tape:1.0.8
|
||||||
org.rnorth.visible-assertions:visible-assertions:2.1.2
|
org.rnorth.visible-assertions:visible-assertions:2.1.2
|
||||||
|
|
|
@ -49,12 +49,12 @@ org.eclipse.jgit:org.eclipse.jgit:4.4.1.201607150455-r
|
||||||
org.flywaydb:flyway-core:5.2.4
|
org.flywaydb:flyway-core:5.2.4
|
||||||
org.hamcrest:hamcrest-core:1.3
|
org.hamcrest:hamcrest-core:1.3
|
||||||
org.jetbrains:annotations:17.0.0
|
org.jetbrains:annotations:17.0.0
|
||||||
org.junit.jupiter:junit-jupiter-api:5.6.0
|
org.junit.jupiter:junit-jupiter-api:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-engine:5.6.0
|
org.junit.jupiter:junit-jupiter-engine:5.6.1
|
||||||
org.junit.platform:junit-platform-commons:1.6.0
|
org.junit.platform:junit-platform-commons:1.6.1
|
||||||
org.junit.platform:junit-platform-engine:1.6.0
|
org.junit.platform:junit-platform-engine:1.6.1
|
||||||
org.junit.vintage:junit-vintage-engine:5.6.0
|
org.junit.vintage:junit-vintage-engine:5.6.1
|
||||||
org.junit:junit-bom:5.6.0
|
org.junit:junit-bom:5.6.1
|
||||||
org.opentest4j:opentest4j:1.2.0
|
org.opentest4j:opentest4j:1.2.0
|
||||||
org.ow2.asm:asm-analysis:7.0
|
org.ow2.asm:asm-analysis:7.0
|
||||||
org.ow2.asm:asm-commons:5.0.3
|
org.ow2.asm:asm-commons:5.0.3
|
||||||
|
|
|
@ -103,10 +103,12 @@ ext {
|
||||||
'jline:jline:1.0',
|
'jline:jline:1.0',
|
||||||
'joda-time:joda-time:2.9.2',
|
'joda-time:joda-time:2.9.2',
|
||||||
'junit:junit:4.13',
|
'junit:junit:4.13',
|
||||||
'org.junit.jupiter:junit-jupiter-api:5.6.0',
|
'org.junit.jupiter:junit-jupiter-api:5.6.1',
|
||||||
'org.junit.jupiter:junit-jupiter-engine:5.6.0',
|
'org.junit.jupiter:junit-jupiter-engine:5.6.1',
|
||||||
'org.junit.jupiter:junit-jupiter-migrationsupport:5.6.0',
|
'org.junit.jupiter:junit-jupiter-migrationsupport:5.6.1',
|
||||||
'org.junit.vintage:junit-vintage-engine:5.6.0',
|
'org.junit.platform:junit-platform-runner:1.6.1',
|
||||||
|
'org.junit.platform:junit-platform-suite-api:1.6.1',
|
||||||
|
'org.junit.vintage:junit-vintage-engine:5.6.1',
|
||||||
'org.apache.avro:avro:1.8.2',
|
'org.apache.avro:avro:1.8.2',
|
||||||
'org.apache.beam:beam-runners-direct-java:2.16.0',
|
'org.apache.beam:beam-runners-direct-java:2.16.0',
|
||||||
'org.apache.beam:beam-runners-google-cloud-dataflow-java:2.16.0',
|
'org.apache.beam:beam-runners-google-cloud-dataflow-java:2.16.0',
|
||||||
|
|
|
@ -80,6 +80,8 @@ task extractSqlIntegrationTestSuite (type: Copy) {
|
||||||
|
|
||||||
// TODO(weiminyu): inherit from FilteringTest (defined in :core).
|
// TODO(weiminyu): inherit from FilteringTest (defined in :core).
|
||||||
task sqlIntegrationTest(type: Test) {
|
task sqlIntegrationTest(type: Test) {
|
||||||
|
// Explicitly choose JUnit 4 for test suites. See :core:sqlIntegrationTest for details.
|
||||||
|
useJUnit()
|
||||||
testClassesDirs = files(unpackedTestDir)
|
testClassesDirs = files(unpackedTestDir)
|
||||||
classpath = configurations.testRuntime
|
classpath = configurations.testRuntime
|
||||||
include 'google/registry/schema/integration/SqlIntegrationTestSuite.*'
|
include 'google/registry/schema/integration/SqlIntegrationTestSuite.*'
|
||||||
|
|
|
@ -51,11 +51,11 @@ org.bouncycastle:bcprov-jdk15on:1.61
|
||||||
org.checkerframework:checker-compat-qual:2.5.5
|
org.checkerframework:checker-compat-qual:2.5.5
|
||||||
org.checkerframework:checker-qual:2.10.0
|
org.checkerframework:checker-qual:2.10.0
|
||||||
org.hamcrest:hamcrest-core:1.3
|
org.hamcrest:hamcrest-core:1.3
|
||||||
org.junit.jupiter:junit-jupiter-api:5.6.0
|
org.junit.jupiter:junit-jupiter-api:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-engine:5.6.0
|
org.junit.jupiter:junit-jupiter-engine:5.6.1
|
||||||
org.junit.platform:junit-platform-commons:1.6.0
|
org.junit.platform:junit-platform-commons:1.6.1
|
||||||
org.junit.platform:junit-platform-engine:1.6.0
|
org.junit.platform:junit-platform-engine:1.6.1
|
||||||
org.junit.vintage:junit-vintage-engine:5.6.0
|
org.junit.vintage:junit-vintage-engine:5.6.1
|
||||||
org.junit:junit-bom:5.6.0
|
org.junit:junit-bom:5.6.1
|
||||||
org.opentest4j:opentest4j:1.2.0
|
org.opentest4j:opentest4j:1.2.0
|
||||||
org.yaml:snakeyaml:1.17
|
org.yaml:snakeyaml:1.17
|
||||||
|
|
|
@ -51,11 +51,11 @@ org.bouncycastle:bcprov-jdk15on:1.61
|
||||||
org.checkerframework:checker-compat-qual:2.5.5
|
org.checkerframework:checker-compat-qual:2.5.5
|
||||||
org.checkerframework:checker-qual:2.10.0
|
org.checkerframework:checker-qual:2.10.0
|
||||||
org.hamcrest:hamcrest-core:1.3
|
org.hamcrest:hamcrest-core:1.3
|
||||||
org.junit.jupiter:junit-jupiter-api:5.6.0
|
org.junit.jupiter:junit-jupiter-api:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-engine:5.6.0
|
org.junit.jupiter:junit-jupiter-engine:5.6.1
|
||||||
org.junit.platform:junit-platform-commons:1.6.0
|
org.junit.platform:junit-platform-commons:1.6.1
|
||||||
org.junit.platform:junit-platform-engine:1.6.0
|
org.junit.platform:junit-platform-engine:1.6.1
|
||||||
org.junit.vintage:junit-vintage-engine:5.6.0
|
org.junit.vintage:junit-vintage-engine:5.6.1
|
||||||
org.junit:junit-bom:5.6.0
|
org.junit:junit-bom:5.6.1
|
||||||
org.opentest4j:opentest4j:1.2.0
|
org.opentest4j:opentest4j:1.2.0
|
||||||
org.yaml:snakeyaml:1.17
|
org.yaml:snakeyaml:1.17
|
||||||
|
|
|
@ -53,11 +53,11 @@ org.bouncycastle:bcprov-jdk15on:1.61
|
||||||
org.checkerframework:checker-compat-qual:2.5.5
|
org.checkerframework:checker-compat-qual:2.5.5
|
||||||
org.checkerframework:checker-qual:2.10.0
|
org.checkerframework:checker-qual:2.10.0
|
||||||
org.hamcrest:hamcrest-core:1.3
|
org.hamcrest:hamcrest-core:1.3
|
||||||
org.junit.jupiter:junit-jupiter-api:5.6.0
|
org.junit.jupiter:junit-jupiter-api:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-engine:5.6.0
|
org.junit.jupiter:junit-jupiter-engine:5.6.1
|
||||||
org.junit.platform:junit-platform-commons:1.6.0
|
org.junit.platform:junit-platform-commons:1.6.1
|
||||||
org.junit.platform:junit-platform-engine:1.6.0
|
org.junit.platform:junit-platform-engine:1.6.1
|
||||||
org.junit.vintage:junit-vintage-engine:5.6.0
|
org.junit.vintage:junit-vintage-engine:5.6.1
|
||||||
org.junit:junit-bom:5.6.0
|
org.junit:junit-bom:5.6.1
|
||||||
org.opentest4j:opentest4j:1.2.0
|
org.opentest4j:opentest4j:1.2.0
|
||||||
org.yaml:snakeyaml:1.17
|
org.yaml:snakeyaml:1.17
|
||||||
|
|
|
@ -53,11 +53,11 @@ org.bouncycastle:bcprov-jdk15on:1.61
|
||||||
org.checkerframework:checker-compat-qual:2.5.5
|
org.checkerframework:checker-compat-qual:2.5.5
|
||||||
org.checkerframework:checker-qual:2.10.0
|
org.checkerframework:checker-qual:2.10.0
|
||||||
org.hamcrest:hamcrest-core:1.3
|
org.hamcrest:hamcrest-core:1.3
|
||||||
org.junit.jupiter:junit-jupiter-api:5.6.0
|
org.junit.jupiter:junit-jupiter-api:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-engine:5.6.0
|
org.junit.jupiter:junit-jupiter-engine:5.6.1
|
||||||
org.junit.platform:junit-platform-commons:1.6.0
|
org.junit.platform:junit-platform-commons:1.6.1
|
||||||
org.junit.platform:junit-platform-engine:1.6.0
|
org.junit.platform:junit-platform-engine:1.6.1
|
||||||
org.junit.vintage:junit-vintage-engine:5.6.0
|
org.junit.vintage:junit-vintage-engine:5.6.1
|
||||||
org.junit:junit-bom:5.6.0
|
org.junit:junit-bom:5.6.1
|
||||||
org.opentest4j:opentest4j:1.2.0
|
org.opentest4j:opentest4j:1.2.0
|
||||||
org.yaml:snakeyaml:1.17
|
org.yaml:snakeyaml:1.17
|
||||||
|
|
|
@ -58,12 +58,12 @@ org.bouncycastle:bcprov-jdk15on:1.61
|
||||||
org.checkerframework:checker-compat-qual:2.5.5
|
org.checkerframework:checker-compat-qual:2.5.5
|
||||||
org.checkerframework:checker-qual:2.10.0
|
org.checkerframework:checker-qual:2.10.0
|
||||||
org.hamcrest:hamcrest-core:1.3
|
org.hamcrest:hamcrest-core:1.3
|
||||||
org.junit.jupiter:junit-jupiter-api:5.6.0
|
org.junit.jupiter:junit-jupiter-api:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-engine:5.6.0
|
org.junit.jupiter:junit-jupiter-engine:5.6.1
|
||||||
org.junit.platform:junit-platform-commons:1.6.0
|
org.junit.platform:junit-platform-commons:1.6.1
|
||||||
org.junit.platform:junit-platform-engine:1.6.0
|
org.junit.platform:junit-platform-engine:1.6.1
|
||||||
org.junit.vintage:junit-vintage-engine:5.6.0
|
org.junit.vintage:junit-vintage-engine:5.6.1
|
||||||
org.junit:junit-bom:5.6.0
|
org.junit:junit-bom:5.6.1
|
||||||
org.mockito:mockito-core:2.25.0
|
org.mockito:mockito-core:2.25.0
|
||||||
org.objenesis:objenesis:2.6
|
org.objenesis:objenesis:2.6
|
||||||
org.opentest4j:opentest4j:1.2.0
|
org.opentest4j:opentest4j:1.2.0
|
||||||
|
|
|
@ -58,12 +58,12 @@ org.bouncycastle:bcprov-jdk15on:1.61
|
||||||
org.checkerframework:checker-compat-qual:2.5.5
|
org.checkerframework:checker-compat-qual:2.5.5
|
||||||
org.checkerframework:checker-qual:2.10.0
|
org.checkerframework:checker-qual:2.10.0
|
||||||
org.hamcrest:hamcrest-core:1.3
|
org.hamcrest:hamcrest-core:1.3
|
||||||
org.junit.jupiter:junit-jupiter-api:5.6.0
|
org.junit.jupiter:junit-jupiter-api:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-engine:5.6.0
|
org.junit.jupiter:junit-jupiter-engine:5.6.1
|
||||||
org.junit.platform:junit-platform-commons:1.6.0
|
org.junit.platform:junit-platform-commons:1.6.1
|
||||||
org.junit.platform:junit-platform-engine:1.6.0
|
org.junit.platform:junit-platform-engine:1.6.1
|
||||||
org.junit.vintage:junit-vintage-engine:5.6.0
|
org.junit.vintage:junit-vintage-engine:5.6.1
|
||||||
org.junit:junit-bom:5.6.0
|
org.junit:junit-bom:5.6.1
|
||||||
org.mockito:mockito-core:2.25.0
|
org.mockito:mockito-core:2.25.0
|
||||||
org.objenesis:objenesis:2.6
|
org.objenesis:objenesis:2.6
|
||||||
org.opentest4j:opentest4j:1.2.0
|
org.opentest4j:opentest4j:1.2.0
|
||||||
|
|
|
@ -58,12 +58,12 @@ org.bouncycastle:bcprov-jdk15on:1.61
|
||||||
org.checkerframework:checker-compat-qual:2.5.5
|
org.checkerframework:checker-compat-qual:2.5.5
|
||||||
org.checkerframework:checker-qual:2.10.0
|
org.checkerframework:checker-qual:2.10.0
|
||||||
org.hamcrest:hamcrest-core:1.3
|
org.hamcrest:hamcrest-core:1.3
|
||||||
org.junit.jupiter:junit-jupiter-api:5.6.0
|
org.junit.jupiter:junit-jupiter-api:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-engine:5.6.0
|
org.junit.jupiter:junit-jupiter-engine:5.6.1
|
||||||
org.junit.platform:junit-platform-commons:1.6.0
|
org.junit.platform:junit-platform-commons:1.6.1
|
||||||
org.junit.platform:junit-platform-engine:1.6.0
|
org.junit.platform:junit-platform-engine:1.6.1
|
||||||
org.junit.vintage:junit-vintage-engine:5.6.0
|
org.junit.vintage:junit-vintage-engine:5.6.1
|
||||||
org.junit:junit-bom:5.6.0
|
org.junit:junit-bom:5.6.1
|
||||||
org.mockito:mockito-core:2.25.0
|
org.mockito:mockito-core:2.25.0
|
||||||
org.objenesis:objenesis:2.6
|
org.objenesis:objenesis:2.6
|
||||||
org.opentest4j:opentest4j:1.2.0
|
org.opentest4j:opentest4j:1.2.0
|
||||||
|
|
|
@ -58,12 +58,12 @@ org.bouncycastle:bcprov-jdk15on:1.61
|
||||||
org.checkerframework:checker-compat-qual:2.5.5
|
org.checkerframework:checker-compat-qual:2.5.5
|
||||||
org.checkerframework:checker-qual:2.10.0
|
org.checkerframework:checker-qual:2.10.0
|
||||||
org.hamcrest:hamcrest-core:1.3
|
org.hamcrest:hamcrest-core:1.3
|
||||||
org.junit.jupiter:junit-jupiter-api:5.6.0
|
org.junit.jupiter:junit-jupiter-api:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-engine:5.6.0
|
org.junit.jupiter:junit-jupiter-engine:5.6.1
|
||||||
org.junit.platform:junit-platform-commons:1.6.0
|
org.junit.platform:junit-platform-commons:1.6.1
|
||||||
org.junit.platform:junit-platform-engine:1.6.0
|
org.junit.platform:junit-platform-engine:1.6.1
|
||||||
org.junit.vintage:junit-vintage-engine:5.6.0
|
org.junit.vintage:junit-vintage-engine:5.6.1
|
||||||
org.junit:junit-bom:5.6.0
|
org.junit:junit-bom:5.6.1
|
||||||
org.mockito:mockito-core:2.25.0
|
org.mockito:mockito-core:2.25.0
|
||||||
org.objenesis:objenesis:2.6
|
org.objenesis:objenesis:2.6
|
||||||
org.opentest4j:opentest4j:1.2.0
|
org.opentest4j:opentest4j:1.2.0
|
||||||
|
|
|
@ -63,12 +63,12 @@ org.bouncycastle:bcprov-jdk15on:1.61
|
||||||
org.checkerframework:checker-compat-qual:2.5.5
|
org.checkerframework:checker-compat-qual:2.5.5
|
||||||
org.checkerframework:checker-qual:2.10.0
|
org.checkerframework:checker-qual:2.10.0
|
||||||
org.hamcrest:hamcrest-core:1.3
|
org.hamcrest:hamcrest-core:1.3
|
||||||
org.junit.jupiter:junit-jupiter-api:5.6.0
|
org.junit.jupiter:junit-jupiter-api:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-engine:5.6.0
|
org.junit.jupiter:junit-jupiter-engine:5.6.1
|
||||||
org.junit.platform:junit-platform-commons:1.6.0
|
org.junit.platform:junit-platform-commons:1.6.1
|
||||||
org.junit.platform:junit-platform-engine:1.6.0
|
org.junit.platform:junit-platform-engine:1.6.1
|
||||||
org.junit.vintage:junit-vintage-engine:5.6.0
|
org.junit.vintage:junit-vintage-engine:5.6.1
|
||||||
org.junit:junit-bom:5.6.0
|
org.junit:junit-bom:5.6.1
|
||||||
org.mockito:mockito-core:2.25.0
|
org.mockito:mockito-core:2.25.0
|
||||||
org.objenesis:objenesis:2.6
|
org.objenesis:objenesis:2.6
|
||||||
org.opentest4j:opentest4j:1.2.0
|
org.opentest4j:opentest4j:1.2.0
|
||||||
|
|
|
@ -63,12 +63,12 @@ org.bouncycastle:bcprov-jdk15on:1.61
|
||||||
org.checkerframework:checker-compat-qual:2.5.5
|
org.checkerframework:checker-compat-qual:2.5.5
|
||||||
org.checkerframework:checker-qual:2.10.0
|
org.checkerframework:checker-qual:2.10.0
|
||||||
org.hamcrest:hamcrest-core:1.3
|
org.hamcrest:hamcrest-core:1.3
|
||||||
org.junit.jupiter:junit-jupiter-api:5.6.0
|
org.junit.jupiter:junit-jupiter-api:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-engine:5.6.0
|
org.junit.jupiter:junit-jupiter-engine:5.6.1
|
||||||
org.junit.platform:junit-platform-commons:1.6.0
|
org.junit.platform:junit-platform-commons:1.6.1
|
||||||
org.junit.platform:junit-platform-engine:1.6.0
|
org.junit.platform:junit-platform-engine:1.6.1
|
||||||
org.junit.vintage:junit-vintage-engine:5.6.0
|
org.junit.vintage:junit-vintage-engine:5.6.1
|
||||||
org.junit:junit-bom:5.6.0
|
org.junit:junit-bom:5.6.1
|
||||||
org.mockito:mockito-core:2.25.0
|
org.mockito:mockito-core:2.25.0
|
||||||
org.objenesis:objenesis:2.6
|
org.objenesis:objenesis:2.6
|
||||||
org.opentest4j:opentest4j:1.2.0
|
org.opentest4j:opentest4j:1.2.0
|
||||||
|
|
|
@ -63,12 +63,12 @@ org.bouncycastle:bcprov-jdk15on:1.61
|
||||||
org.checkerframework:checker-compat-qual:2.5.5
|
org.checkerframework:checker-compat-qual:2.5.5
|
||||||
org.checkerframework:checker-qual:2.10.0
|
org.checkerframework:checker-qual:2.10.0
|
||||||
org.hamcrest:hamcrest-core:1.3
|
org.hamcrest:hamcrest-core:1.3
|
||||||
org.junit.jupiter:junit-jupiter-api:5.6.0
|
org.junit.jupiter:junit-jupiter-api:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-engine:5.6.0
|
org.junit.jupiter:junit-jupiter-engine:5.6.1
|
||||||
org.junit.platform:junit-platform-commons:1.6.0
|
org.junit.platform:junit-platform-commons:1.6.1
|
||||||
org.junit.platform:junit-platform-engine:1.6.0
|
org.junit.platform:junit-platform-engine:1.6.1
|
||||||
org.junit.vintage:junit-vintage-engine:5.6.0
|
org.junit.vintage:junit-vintage-engine:5.6.1
|
||||||
org.junit:junit-bom:5.6.0
|
org.junit:junit-bom:5.6.1
|
||||||
org.mockito:mockito-core:2.25.0
|
org.mockito:mockito-core:2.25.0
|
||||||
org.objenesis:objenesis:2.6
|
org.objenesis:objenesis:2.6
|
||||||
org.opentest4j:opentest4j:1.2.0
|
org.opentest4j:opentest4j:1.2.0
|
||||||
|
|
|
@ -63,12 +63,12 @@ org.bouncycastle:bcprov-jdk15on:1.61
|
||||||
org.checkerframework:checker-compat-qual:2.5.5
|
org.checkerframework:checker-compat-qual:2.5.5
|
||||||
org.checkerframework:checker-qual:2.10.0
|
org.checkerframework:checker-qual:2.10.0
|
||||||
org.hamcrest:hamcrest-core:1.3
|
org.hamcrest:hamcrest-core:1.3
|
||||||
org.junit.jupiter:junit-jupiter-api:5.6.0
|
org.junit.jupiter:junit-jupiter-api:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-engine:5.6.0
|
org.junit.jupiter:junit-jupiter-engine:5.6.1
|
||||||
org.junit.platform:junit-platform-commons:1.6.0
|
org.junit.platform:junit-platform-commons:1.6.1
|
||||||
org.junit.platform:junit-platform-engine:1.6.0
|
org.junit.platform:junit-platform-engine:1.6.1
|
||||||
org.junit.vintage:junit-vintage-engine:5.6.0
|
org.junit.vintage:junit-vintage-engine:5.6.1
|
||||||
org.junit:junit-bom:5.6.0
|
org.junit:junit-bom:5.6.1
|
||||||
org.mockito:mockito-core:2.25.0
|
org.mockito:mockito-core:2.25.0
|
||||||
org.objenesis:objenesis:2.6
|
org.objenesis:objenesis:2.6
|
||||||
org.opentest4j:opentest4j:1.2.0
|
org.opentest4j:opentest4j:1.2.0
|
||||||
|
|
|
@ -46,12 +46,12 @@ org.checkerframework:checker-compat-qual:2.5.5
|
||||||
org.checkerframework:checker-qual:2.10.0
|
org.checkerframework:checker-qual:2.10.0
|
||||||
org.hamcrest:hamcrest-all:1.3
|
org.hamcrest:hamcrest-all:1.3
|
||||||
org.hamcrest:hamcrest-core:1.3
|
org.hamcrest:hamcrest-core:1.3
|
||||||
org.junit.jupiter:junit-jupiter-api:5.6.0
|
org.junit.jupiter:junit-jupiter-api:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-engine:5.6.0
|
org.junit.jupiter:junit-jupiter-engine:5.6.1
|
||||||
org.junit.platform:junit-platform-commons:1.6.0
|
org.junit.platform:junit-platform-commons:1.6.1
|
||||||
org.junit.platform:junit-platform-engine:1.6.0
|
org.junit.platform:junit-platform-engine:1.6.1
|
||||||
org.junit.vintage:junit-vintage-engine:5.6.0
|
org.junit.vintage:junit-vintage-engine:5.6.1
|
||||||
org.junit:junit-bom:5.6.0
|
org.junit:junit-bom:5.6.1
|
||||||
org.mockito:mockito-core:2.25.0
|
org.mockito:mockito-core:2.25.0
|
||||||
org.objenesis:objenesis:2.6
|
org.objenesis:objenesis:2.6
|
||||||
org.opentest4j:opentest4j:1.2.0
|
org.opentest4j:opentest4j:1.2.0
|
||||||
|
|
|
@ -46,12 +46,12 @@ org.checkerframework:checker-compat-qual:2.5.5
|
||||||
org.checkerframework:checker-qual:2.10.0
|
org.checkerframework:checker-qual:2.10.0
|
||||||
org.hamcrest:hamcrest-all:1.3
|
org.hamcrest:hamcrest-all:1.3
|
||||||
org.hamcrest:hamcrest-core:1.3
|
org.hamcrest:hamcrest-core:1.3
|
||||||
org.junit.jupiter:junit-jupiter-api:5.6.0
|
org.junit.jupiter:junit-jupiter-api:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-engine:5.6.0
|
org.junit.jupiter:junit-jupiter-engine:5.6.1
|
||||||
org.junit.platform:junit-platform-commons:1.6.0
|
org.junit.platform:junit-platform-commons:1.6.1
|
||||||
org.junit.platform:junit-platform-engine:1.6.0
|
org.junit.platform:junit-platform-engine:1.6.1
|
||||||
org.junit.vintage:junit-vintage-engine:5.6.0
|
org.junit.vintage:junit-vintage-engine:5.6.1
|
||||||
org.junit:junit-bom:5.6.0
|
org.junit:junit-bom:5.6.1
|
||||||
org.mockito:mockito-core:2.25.0
|
org.mockito:mockito-core:2.25.0
|
||||||
org.objenesis:objenesis:2.6
|
org.objenesis:objenesis:2.6
|
||||||
org.opentest4j:opentest4j:1.2.0
|
org.opentest4j:opentest4j:1.2.0
|
||||||
|
|
|
@ -48,12 +48,12 @@ org.checkerframework:checker-compat-qual:2.5.5
|
||||||
org.checkerframework:checker-qual:2.10.0
|
org.checkerframework:checker-qual:2.10.0
|
||||||
org.hamcrest:hamcrest-all:1.3
|
org.hamcrest:hamcrest-all:1.3
|
||||||
org.hamcrest:hamcrest-core:1.3
|
org.hamcrest:hamcrest-core:1.3
|
||||||
org.junit.jupiter:junit-jupiter-api:5.6.0
|
org.junit.jupiter:junit-jupiter-api:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-engine:5.6.0
|
org.junit.jupiter:junit-jupiter-engine:5.6.1
|
||||||
org.junit.platform:junit-platform-commons:1.6.0
|
org.junit.platform:junit-platform-commons:1.6.1
|
||||||
org.junit.platform:junit-platform-engine:1.6.0
|
org.junit.platform:junit-platform-engine:1.6.1
|
||||||
org.junit.vintage:junit-vintage-engine:5.6.0
|
org.junit.vintage:junit-vintage-engine:5.6.1
|
||||||
org.junit:junit-bom:5.6.0
|
org.junit:junit-bom:5.6.1
|
||||||
org.mockito:mockito-core:2.25.0
|
org.mockito:mockito-core:2.25.0
|
||||||
org.objenesis:objenesis:2.6
|
org.objenesis:objenesis:2.6
|
||||||
org.opentest4j:opentest4j:1.2.0
|
org.opentest4j:opentest4j:1.2.0
|
||||||
|
|
|
@ -48,12 +48,12 @@ org.checkerframework:checker-compat-qual:2.5.5
|
||||||
org.checkerframework:checker-qual:2.10.0
|
org.checkerframework:checker-qual:2.10.0
|
||||||
org.hamcrest:hamcrest-all:1.3
|
org.hamcrest:hamcrest-all:1.3
|
||||||
org.hamcrest:hamcrest-core:1.3
|
org.hamcrest:hamcrest-core:1.3
|
||||||
org.junit.jupiter:junit-jupiter-api:5.6.0
|
org.junit.jupiter:junit-jupiter-api:5.6.1
|
||||||
org.junit.jupiter:junit-jupiter-engine:5.6.0
|
org.junit.jupiter:junit-jupiter-engine:5.6.1
|
||||||
org.junit.platform:junit-platform-commons:1.6.0
|
org.junit.platform:junit-platform-commons:1.6.1
|
||||||
org.junit.platform:junit-platform-engine:1.6.0
|
org.junit.platform:junit-platform-engine:1.6.1
|
||||||
org.junit.vintage:junit-vintage-engine:5.6.0
|
org.junit.vintage:junit-vintage-engine:5.6.1
|
||||||
org.junit:junit-bom:5.6.0
|
org.junit:junit-bom:5.6.1
|
||||||
org.mockito:mockito-core:2.25.0
|
org.mockito:mockito-core:2.25.0
|
||||||
org.objenesis:objenesis:2.6
|
org.objenesis:objenesis:2.6
|
||||||
org.opentest4j:opentest4j:1.2.0
|
org.opentest4j:opentest4j:1.2.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue