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

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_object/
Runner.java 19 public interface Runner {
Test_return_object.java 203 //@uses dot.junit.opcodes.return_object.Runner
209 Runner r = rg.run();
210 assertFalse(r instanceof Runner);
211 assertFalse(Runner.class.isAssignableFrom(r.getClass()));
  /external/junit/src/org/junit/runner/
Runner.java 1 package org.junit.runner;
3 import org.junit.runner.notification.RunNotifier;
6 * A <code>Runner</code> runs tests and notifies a {@link org.junit.runner.notification.RunNotifier}
7 * of significant events as it does so. You will need to subclass <code>Runner</code>
8 * when using {@link org.junit.runner.RunWith} to invoke a custom runner. When creating
9 * a custom runner, in addition to implementing the abstract methods here you must
13 * The default runner implementation guarantees that the instances of the test case
14 * class will be constructed immediately before running the test and that the runner
    [all...]
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 

Completed in 646 milliseconds