org.itest.scenario
Class ITestScenarioEnvironment

java.lang.Object
  extended by org.itest.scenario.ITestScenarioEnvironment
Direct Known Subclasses:
ITestScenarioReflectionEnvironment, ITestScenarioSpringEnvironment

public abstract class ITestScenarioEnvironment
extends Object

Created by rumcajs on 11/13/14.


Constructor Summary
ITestScenarioEnvironment()
           
 
Method Summary
abstract  Object execute(ITestScenarioAction action, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ITestScenarioEnvironment

public ITestScenarioEnvironment()
Method Detail

execute

public abstract Object execute(ITestScenarioAction action,
                               Object[] args)


Copyright © 2014. All rights reserved.