6364656667686970
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup( new TestSuite(DigesterSameNameSiblingTest.class)); }
5556575859606162
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup( new TestSuite(DigesterCopyMoveTest.class)); }
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup( new TestSuite(AnnotationCopyMoveTest.class)); }
5657585960616263
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup( new TestSuite(AnnotationRemoveTest.class)); }
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup( new TestSuite(DigesterRemoveTest.class)); }
6970717273747576
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup( new TestSuite(AnnotationAvoidRecursiveLoopTest.class)); }
5152535455565758
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup( new TestSuite(DigesterSimpleTest.class)); }
50515253545556
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup(new TestSuite(AnnotationAtomicTest.class)); }
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup( new TestSuite(AnnotationMultiValueQueryTest.class)); }
47484950515253
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup(new TestSuite(AnnotationMultiValueCollectionConverterImplTest.class)); }