OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:JUnitCore
(Results
1 - 4
of
4
) 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
/external/robolectric/lib/main/
junit-dep-4.8.2.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
Completed in 482 milliseconds