|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Result | |
---|---|
org.junit.experimental.max | |
org.junit.runner | Provides classes used to describe, collect, run and analyze multiple tests. |
org.junit.runner.notification | Provides information about a test run. |
Uses of Result in org.junit.experimental.max |
---|
Methods in org.junit.experimental.max that return Result | |
---|---|
Result |
MaxCore.run(Class<?> testClass)
Run all the tests in class . |
Result |
MaxCore.run(Request request)
Run all the tests contained in request . |
Result |
MaxCore.run(Request request,
JUnitCore core)
Run all the tests contained in request . |
Uses of Result in org.junit.runner |
---|
Methods in org.junit.runner that return Result | |
---|---|
Result |
JUnitCore.run(Class<?>... classes)
Run all the tests in classes . |
Result |
JUnitCore.run(Computer computer,
Class<?>... classes)
Run all the tests in classes . |
Result |
JUnitCore.run(Request request)
Run all the tests contained in request . |
Result |
JUnitCore.run(Runner runner)
Do not use. |
Result |
JUnitCore.run(junit.framework.Test test)
Run all the tests contained in JUnit 3.8.x test . |
static Result |
JUnitCore.runClasses(Class<?>... classes)
Run the tests contained in classes . |
static Result |
JUnitCore.runClasses(Computer computer,
Class<?>... classes)
Run the tests contained in classes . |
Uses of Result in org.junit.runner.notification |
---|
Methods in org.junit.runner.notification with parameters of type Result | |
---|---|
void |
RunNotifier.fireTestRunFinished(Result result)
Do not invoke. |
void |
RunListener.testRunFinished(Result result)
Called when all tests have finished. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |