Package | Description |
---|---|
org.junit.experimental.max | |
org.junit.experimental.results | |
org.junit.internal | |
org.junit.runner |
Provides classes used to describe, collect, run and analyze multiple tests.
|
org.junit.runner.notification |
Provides information about a test run.
|
Modifier and Type | Method and Description |
---|---|
Result |
MaxCore.run(java.lang.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 . |
Modifier and Type | Method and Description |
---|---|
void |
MaxHistory.RememberingListener.testRunFinished(Result result) |
Modifier and Type | Field and Description |
---|---|
private Result |
PrintableResult.result |
Modifier and Type | Method and Description |
---|---|
Result |
FailureList.result() |
Constructor and Description |
---|
PrintableResult(Result result) |
Modifier and Type | Method and Description |
---|---|
protected void |
TextListener.printFailures(Result result) |
protected void |
TextListener.printFooter(Result result) |
void |
TextListener.testRunFinished(Result result) |
Modifier and Type | Method and Description |
---|---|
Result |
JUnitCore.run(java.lang.Class<?>... classes)
Run all the tests in
classes . |
Result |
JUnitCore.run(Computer computer,
java.lang.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(Test test)
Run all the tests contained in JUnit 3.8.x
test . |
static Result |
JUnitCore.runClasses(java.lang.Class<?>... classes)
Run the tests contained in
classes . |
static Result |
JUnitCore.runClasses(Computer computer,
java.lang.Class<?>... classes)
Run the tests contained in
classes . |
(package private) Result |
JUnitCore.runMain(JUnitSystem system,
java.lang.String... args) |
Modifier and Type | Method and Description |
---|---|
void |
Result.Listener.testRunFinished(Result result) |
Constructor and Description |
---|
SerializedForm(Result result) |
Modifier and Type | Method and Description |
---|---|
void |
RunNotifier.fireTestRunFinished(Result result)
Do not invoke.
|
void |
RunListener.testRunFinished(Result result)
Called when all tests have finished.
|
void |
SynchronizedRunListener.testRunFinished(Result result) |