HomeSort by relevance Sort by last modified time
    Searched defs:Suite (Results 1 - 4 of 4) sorted by null

  /external/junit/src/org/junit/runners/
Suite.java 18 * Using <code>Suite</code> as a runner allows you to manually
19 * build a suite containing tests from many classes. It is the JUnit 4 equivalent of the JUnit 3.8.x
20 * static {@link junit.framework.Test} <code>suite()</code> method. To use it, annotate a class
21 * with <code>@RunWith(Suite.class)</code> and <code>@SuiteClasses({TestClass1.class, ...})</code>.
22 * When you run this class, it will run all the tests in all the suite classes.
24 public class Suite extends ParentRunner<Runner> {
26 * Returns an empty suite.
30 return new Suite((Class<?>)null, new Class<?>[0]);
38 * annotated with <code>@RunWith(Suite.class)</code> is run.
60 * Called reflectively on classes annotated with <code>@RunWith(Suite.class)</code
    [all...]
  /external/expat/tests/
minicheck.h 40 typedef struct Suite Suite;
44 Suite *suite; member in struct:SRunner
49 struct Suite {
75 Suite *suite_create(char *name);
77 void suite_add_tcase(Suite *suite, TCase *tc);
82 SRunner *srunner_create(Suite *suite);
    [all...]
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /prebuilt/common/jython/
jython.jar 

Completed in 1339 milliseconds