public class JSUnitTestRunner extends org.junit.runners.ParentRunner<JSUnitSingleTestRunner>
| Constructor and Description |
|---|
JSUnitTestRunner(Class<?> testClass) |
| Modifier and Type | Method and Description |
|---|---|
protected org.junit.runner.Description |
describeChild(JSUnitSingleTestRunner child) |
protected List<JSUnitSingleTestRunner> |
getChildren() |
protected void |
runChild(JSUnitSingleTestRunner child,
org.junit.runner.notification.RunNotifier notifier) |
Function<slieb.kute.api.Resource.Readable,JSUnitSingleTestRunner> |
testRunnerFactory() |
childrenInvoker, classBlock, classRules, collectInitializationErrors, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, isIgnored, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClassespublic JSUnitTestRunner(Class<?> testClass) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorprotected List<JSUnitSingleTestRunner> getChildren()
getChildren in class org.junit.runners.ParentRunner<JSUnitSingleTestRunner>public Function<slieb.kute.api.Resource.Readable,JSUnitSingleTestRunner> testRunnerFactory()
protected org.junit.runner.Description describeChild(JSUnitSingleTestRunner child)
describeChild in class org.junit.runners.ParentRunner<JSUnitSingleTestRunner>protected void runChild(JSUnitSingleTestRunner child, org.junit.runner.notification.RunNotifier notifier)
runChild in class org.junit.runners.ParentRunner<JSUnitSingleTestRunner>Copyright © 2015. All rights reserved.