public class ScenarioRunner extends Object
Modifier and Type | Field and Description |
---|---|
protected ProcessEngine |
engine |
Constructor and Description |
---|
ScenarioRunner(ProcessEngine engine) |
Modifier and Type | Method and Description |
---|---|
protected String |
createScenarioName(Class<?> declaringClass,
String name) |
protected void |
executeScenarioSetups(Class<?> clazz)
Scans for all scenarios defined in the class and runs them
|
protected void |
performDeployments(Class<?> clazz) |
protected void |
setupScenario(Map<String,Scenario> scenarios,
Scenario scenario) |
void |
setupScenarios(Class<?> clazz) |
protected ProcessEngine engine
public ScenarioRunner(ProcessEngine engine)
Copyright © 2018. All rights reserved.