| Modifier and Type | Class and Description |
|---|---|
class |
ITestScenario<A extends ITestScenarioAction>
Created by rumcajs on 11/13/14.
|
class |
ITestScenarioExperiment<A extends ITestScenarioAction,S extends ITestScenario<A>>
Created by rumcajs on 11/13/14.
|
| Modifier and Type | Method and Description |
|---|---|
static <ENV extends ITestScenarioEnvironment,A extends ITestScenarioAction,S extends ITestScenario<A>,EXP extends ITestScenarioExperiment<A,S>> |
ITestScenarioExecUtil.executeExperiment(Class<EXP> expClass,
String expName,
ENV env,
org.itest.ITestConfig iTestConfig) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ITestScenarioReflectionEnvironment.execute(ITestScenarioAction action,
Object[] args) |
Object |
ITestScenarioSpringEnvironment.execute(ITestScenarioAction action,
Object[] args) |
abstract Object |
ITestScenarioEnvironment.execute(ITestScenarioAction action,
Object[] args) |
Copyright © 2014. All rights reserved.