|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.junit.runner.Runner
org.junit.runners.ParentRunner<Runner>
org.junit.runners.Suite
org.junit.experimental.ParallelComputer.ParallelSuite
public static class ParallelComputer.ParallelSuite
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.junit.runners.Suite |
---|
Suite.SuiteClasses |
Constructor Summary | |
---|---|
ParallelComputer.ParallelSuite(RunnerBuilder builder,
java.lang.Class<?>[] classes)
|
Method Summary | |
---|---|
void |
run(RunNotifier notifier)
Run the tests for this runner. |
protected void |
runChild(Runner runner,
RunNotifier notifier)
Runs the test corresponding to child , which can be assumed to be
an element of the list returned by ParentRunner.getChildren() . |
protected void |
superRunChild(Runner runner,
RunNotifier notifier)
|
Methods inherited from class org.junit.runners.Suite |
---|
describeChild, getChildren |
Methods inherited from class org.junit.runners.ParentRunner |
---|
childrenInvoker, classBlock, collectInitializationErrors, filter, getDescription, getFilteredChildren, getName, getTestClass, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses |
Methods inherited from class org.junit.runner.Runner |
---|
testCount |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParallelComputer.ParallelSuite(RunnerBuilder builder, java.lang.Class<?>[] classes) throws InitializationError
InitializationError
Method Detail |
---|
protected void runChild(Runner runner, RunNotifier notifier)
ParentRunner
child
, which can be assumed to be
an element of the list returned by ParentRunner.getChildren()
.
Subclasses are responsible for making sure that relevant test events are
reported through notifier
runChild
in class Suite
protected void superRunChild(Runner runner, RunNotifier notifier)
public void run(RunNotifier notifier)
Runner
run
in class ParentRunner<Runner>
notifier
- will be notified of events while tests are being run--tests being
started, finishing, and failing
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |