Searched defs:TestSuite (Results 1 - 3 of 3) sorted by relevance

/dalvik/dx/src/junit/framework/
H A DTestSuite.java9 * A <code>TestSuite</code> is a <code>Composite</code> of Tests.
13 * TestSuite suite= new TestSuite();
17 * Alternatively, a TestSuite can extract the tests to be run automatically.
19 * TestSuite constructor.
21 * TestSuite suite= new TestSuite(MathTest.class);
28 public class TestSuite implements Test { class in inherits:Test
34 * Constructs an empty TestSuite.
36 public TestSuite() { method in class:TestSuite
43 public TestSuite(Class theClass, String name) { method in class:TestSuite
54 public TestSuite(final Class theClass) { method in class:TestSuite
84 public TestSuite(String name) { method in class:TestSuite
[all...]
/dalvik/libcore/junit/src/main/java/junit/framework/
H A DTestSuite.java11 * A <code>TestSuite</code> is a <code>Composite</code> of Tests.
15 * TestSuite suite= new TestSuite();
19 * Alternatively, a TestSuite can extract the tests to be run automatically.
21 * TestSuite constructor.
23 * TestSuite suite= new TestSuite(MathTest.class);
30 public class TestSuite implements Test { class in inherits:Test
36 * Constructs an empty TestSuite.
38 public TestSuite() { method in class:TestSuite
45 public TestSuite(Class theClass, String name) { method in class:TestSuite
56 public TestSuite(final Class theClass) { method in class:TestSuite
86 public TestSuite(String name) { method in class:TestSuite
[all...]
/dalvik/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 134 milliseconds