47484950515253
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup(new TestSuite(AnnotationHashMapTest.class)); }
56575859606162
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup(new TestSuite(DigesterAtomicQueryTest.class)); }
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup(new TestSuite(DigesterArrayListTest.class)); }
4950515253545556
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup(new TestSuite( DigesterProxyTest.class)); }
48495051525354
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup(new TestSuite(DigesterResidualNodesCollectionConverterImplTest.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()); }
6061626364656667
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup( new TestSuite(DigesterIteratorQueryTest.class)); }
5354555657585960
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup(new TestSuite( AnnotationInterfaceHierarchyTest.class)); }
5556575859606162
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup(new TestSuite( DigesterConcreteClassTest.class)); }