5354555657585960
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup(new TestSuite( DigesterInterfaceHierarchyTest.class)); }
5657585960616263
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup(new TestSuite( AnnotationConcreteClassTest.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()); }
45464748495051
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup(new TestSuite(DigesterDefaultValueTest.class)); }
6061626364656667
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup( new TestSuite(AnnotationIteratorQueryTest.class)); }
51525354555657
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup(new TestSuite(AnnotationBeanDescriptorTest.class)); }
49505152535455
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup(new TestSuite(DigesterNullAtomicTest.class)); }
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup(new TestSuite(DigesterDefaultCollectionConverterImplTest.class)); }