public interface TestExecutor
| Modifier and Type | Method and Description |
|---|---|
void |
executeTest(org.junit.runner.notification.RunNotifier notifier,
org.junit.runner.Description description,
java.util.List<java.lang.Object> steps,
Journey journey,
TestReport reporter,
java.util.Map<java.lang.String,Scope> scope) |
void |
init(java.lang.Class<?> controlClass,
java.util.Map<java.lang.String,Scope> globalScope) |
void init(java.lang.Class<?> controlClass,
java.util.Map<java.lang.String,Scope> globalScope)
void executeTest(org.junit.runner.notification.RunNotifier notifier,
org.junit.runner.Description description,
java.util.List<java.lang.Object> steps,
Journey journey,
TestReport reporter,
java.util.Map<java.lang.String,Scope> scope)