Searched refs:RunWith (Results 1 - 2 of 2) sorted by relevance

/external/junit/src/org/junit/runner/
H A DRunWith.java10 * When a class is annotated with <code>&#064;RunWith</code> or extends a class annotated
11 * with <code>&#064;RunWith</code>, JUnit will invoke the class it references to run the
17 * For example, suites in JUnit 4 are built using RunWith, and a custom runner named Suite:
20 * &#064;RunWith(Suite.class)
29 public @interface RunWith { interface
/external/junit/src/org/junit/internal/builders/
H A DAnnotatedBuilder.java6 import org.junit.runner.RunWith;
22 RunWith annotation= testClass.getAnnotation(RunWith.class);

Completed in 3622 milliseconds