public class DynamicSuite
extends org.junit.runners.ParentRunner<org.junit.runner.Runner>
| Modifier | Constructor and Description |
|---|---|
protected |
DynamicSuite(Class<?> testClass)
Constructs a new
ParentRunner that will run @TestClass |
|
DynamicSuite(Class<?> klass,
org.junit.runners.model.RunnerBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
protected org.junit.runner.Description |
describeChild(org.junit.runner.Runner child) |
protected List<org.junit.runner.Runner> |
getChildren() |
protected void |
runChild(org.junit.runner.Runner runner,
org.junit.runner.notification.RunNotifier notifier) |
childrenInvoker, classBlock, classRules, collectInitializationErrors, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, isIgnored, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClassespublic static final Logger log
protected DynamicSuite(Class<?> testClass) throws org.junit.runners.model.InitializationError
ParentRunner that will run @TestClassorg.junit.runners.model.InitializationErrorpublic DynamicSuite(Class<?> klass, org.junit.runners.model.RunnerBuilder builder) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorprotected List<org.junit.runner.Runner> getChildren()
getChildren in class org.junit.runners.ParentRunner<org.junit.runner.Runner>protected org.junit.runner.Description describeChild(org.junit.runner.Runner child)
describeChild in class org.junit.runners.ParentRunner<org.junit.runner.Runner>protected void runChild(org.junit.runner.Runner runner,
org.junit.runner.notification.RunNotifier notifier)
runChild in class org.junit.runners.ParentRunner<org.junit.runner.Runner>Copyright © 2016. All Rights Reserved.