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

  /external/junit/src/org/junit/runner/
JUnitCore.java 16 * <code>JUnitCore</code> is a facade for running tests. It supports running JUnit 4 tests,
18 * <code>java org.junit.runner.JUnitCore TestClass1 TestClass2 ...</code>.
21 * create an instance of {@link org.junit.runner.JUnitCore} first and use it to run the tests.
27 public class JUnitCore {
31 * Create a new <code>JUnitCore</code> to run tests.
33 public JUnitCore() {
53 Result result= new JUnitCore().runMain(system, args);
66 return new JUnitCore().run(computer, classes);
76 return new JUnitCore().run(defaultComputer(), classes);
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 

Completed in 128 milliseconds