public class ProgressBatchSuite extends BatchTestRunner
ProgressSuite and BatchTestRunnerBatchTestRunner.BatchTestExclude, BatchTestRunner.BatchTestInclude| Constructor and Description |
|---|
ProgressBatchSuite(Class<?> klass,
org.junit.runners.model.RunnerBuilder builder)
Called reflectively on classes annotated with
@RunWith(BatchTestRunner.class) |
ProgressBatchSuite(org.junit.runners.model.RunnerBuilder builder,
Class<?>[] classes)
Call this when there is no single root class (for example, multiple class
names passed on the command line to
JUnitCore |
| Modifier and Type | Method and Description |
|---|---|
void |
run(org.junit.runner.notification.RunNotifier notifier) |
describeChild, getChildren, runChildpublic ProgressBatchSuite(Class<?> klass, org.junit.runners.model.RunnerBuilder builder) throws org.junit.runners.model.InitializationError
@RunWith(BatchTestRunner.class)klass - the root classbuilder - builds runners for classes in the suiteorg.junit.runners.model.InitializationErrorpublic ProgressBatchSuite(org.junit.runners.model.RunnerBuilder builder,
Class<?>[] classes)
throws org.junit.runners.model.InitializationError
JUnitCorebuilder - builds runners for classes in the suiteclasses - the classes in the suiteorg.junit.runners.model.InitializationErrorCopyright © 2004-2013. All Rights Reserved.