5556575859606162
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup( new TestSuite(DigesterMultiValueQueryTest.class)); }
49505152535455
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup(new TestSuite(AnnotationNullAtomicTest.class)); }
28293031323334
* @author <a href='mailto:the_mindstorm[at]evolva[dot]ro'>Alexandru Popescu</a> */ public class AllTests { public static Test suite() { return new RepositoryLifecycleTestSetup(buildSuite()); }
4849505152535455
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup( new TestSuite(AnnotationQueryManagerTest.class)); }
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup( new TestSuite(DigesterQueryManagerTest.class)); }
6162636465666768
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup(new TestSuite( AnnotationAutoTest.class)); }
5354555657585960
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup( new TestSuite(DigesterBasicVersionningTest.class)); }