public class StandardTestExecutor extends java.lang.Object implements TestExecutor
| Constructor and Description |
|---|
StandardTestExecutor() |
| 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) |
public void init(java.lang.Class<?> controlClass,
java.util.Map<java.lang.String,Scope> globalScope)
init in interface TestExecutorpublic 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)
executeTest in interface TestExecutor