public class ProgressSuite
extends org.junit.runners.Suite
ProgressSuite as a runner allows you to send test unit
messages to the jenkins plugin that will display progress as the build is
running.| Constructor and Description |
|---|
ProgressSuite(Class<?> klass,
org.junit.runners.model.RunnerBuilder builder)
Called reflectively on classes annotated with
@RunWith(ProgressSuite.class) |
| Modifier and Type | Method and Description |
|---|---|
void |
run(org.junit.runner.notification.RunNotifier notifier) |
describeChild, emptySuite, getChildren, runChildpublic ProgressSuite(Class<?> klass, org.junit.runners.model.RunnerBuilder builder) throws org.junit.runners.model.InitializationError
@RunWith(ProgressSuite.class)klass - the root classbuilder - builds runners for classes in the suiteorg.junit.runners.model.InitializationErrorCopyright © 2015. All rights reserved.