Package | Description |
---|---|
org.junit.experimental.max | |
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(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 |
---|---|
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(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(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 . |
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.
|
Copyright © 2002–2015 JUnit. All rights reserved.