OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jUnitCore
(Results
1 - 2
of
2
) sorted by null
/cts/tools/junit/src/com/android/cts/junit/
SingleJUnitTestRunner.java
19
import org.junit.runner.
JUnitCore
;
42
JUnitCore
jUnitCore
= new
JUnitCore
();
43
Result result =
jUnitCore
.run(request);
/external/mockito/src/test/java/org/mockitousage/annotation/
MockInjectionUsingConstructorTest.java
14
import org.junit.runner.
JUnitCore
;
74
JUnitCore
jUnitCore
= new
JUnitCore
();
75
jUnitCore
.addListener(new TextListener(System.out));
78
jUnitCore
.run(junit_test_with_3_tests_methods.class);
Completed in 130 milliseconds