6465666768697071
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup( new TestSuite(AnnotationSameNameSiblingTest.class)); }
50515253545556
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup(new TestSuite(AnnotationHashMapTest.class)); }
49505152535455
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup(new TestSuite(DigesterArrayListTest.class)); }
5657585960616263
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup( new TestSuite(DigesterAvoidRecursiveLoopTest.class)); }
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup(new TestSuite(DigesterResidualNodesCollectionConverterImplTest.class)); }
5758596061626364
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup( new TestSuite(AnnotationRemoveTest.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()); }
52535455565758
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup(new TestSuite(AnnotationSimpleTest.class)); }
44454647484950
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup(new TestSuite(AnnotationJcrPropertyTest.class)); }
} public static Test suite() { // All methods starting with "test" will be executed in the test suite. return new RepositoryLifecycleTestSetup( new TestSuite(AnnotationCopyMoveTest.class)); }