public class Karate extends org.junit.runners.ParentRunner<Feature>
| Modifier and Type | Method and Description |
|---|---|
protected org.junit.runner.Description |
describeChild(Feature feature) |
List<Feature> |
getChildren() |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
protected void |
runChild(Feature feature,
org.junit.runner.notification.RunNotifier notifier) |
protected org.junit.runners.model.Statement |
withBeforeClasses(org.junit.runners.model.Statement statement) |
childrenInvoker, classBlock, classRules, collectInitializationErrors, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, isIgnored, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClassespublic Karate(Class<?> clazz) throws org.junit.runners.model.InitializationError, IOException
org.junit.runners.model.InitializationErrorIOExceptionpublic List<Feature> getChildren()
getChildren in class org.junit.runners.ParentRunner<Feature>protected org.junit.runners.model.Statement withBeforeClasses(org.junit.runners.model.Statement statement)
withBeforeClasses in class org.junit.runners.ParentRunner<Feature>protected org.junit.runner.Description describeChild(Feature feature)
describeChild in class org.junit.runners.ParentRunner<Feature>protected void runChild(Feature feature, org.junit.runner.notification.RunNotifier notifier)
runChild in class org.junit.runners.ParentRunner<Feature>public void run(org.junit.runner.notification.RunNotifier notifier)
run in class org.junit.runners.ParentRunner<Feature>Copyright © 2020. All rights reserved.