public class FreeSpecRunner extends org.junit.runners.ParentRunner<DefaultTestCase>
| Constructor and Description |
|---|
FreeSpecRunner(Class<?> freeSpecClass) |
| Modifier and Type | Method and Description |
|---|---|
protected org.junit.runner.Description |
describeChild(DefaultTestCase testCase) |
protected List<DefaultTestCase> |
getChildren() |
protected void |
runChild(DefaultTestCase testCase,
org.junit.runner.notification.RunNotifier runNotifier) |
childrenInvoker, classBlock, classRules, collectInitializationErrors, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, isIgnored, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClassespublic FreeSpecRunner(Class<?> freeSpecClass) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorprotected org.junit.runner.Description describeChild(DefaultTestCase testCase)
describeChild in class org.junit.runners.ParentRunner<DefaultTestCase>protected List<DefaultTestCase> getChildren()
getChildren in class org.junit.runners.ParentRunner<DefaultTestCase>protected void runChild(DefaultTestCase testCase, org.junit.runner.notification.RunNotifier runNotifier)
runChild in class org.junit.runners.ParentRunner<DefaultTestCase>Copyright © 2019. All rights reserved.