org.itest.scenario
Class ITestScenarioReflectionEnvironment

java.lang.Object
  extended by org.itest.scenario.ITestScenarioEnvironment
      extended by org.itest.scenario.ITestScenarioReflectionEnvironment
All Implemented Interfaces:
org.itest.ITestSuperObject

public class ITestScenarioReflectionEnvironment
extends ITestScenarioEnvironment
implements org.itest.ITestSuperObject

Created by rumi on 2014-11-13.


Constructor Summary
ITestScenarioReflectionEnvironment()
           
 
Method Summary
 Object execute(String name, ITestScenarioAction action, Object[] args)
           
 void setField(String name, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ITestScenarioReflectionEnvironment

public ITestScenarioReflectionEnvironment()
Method Detail

execute

public Object execute(String name,
                      ITestScenarioAction action,
                      Object[] args)
Specified by:
execute in class ITestScenarioEnvironment

setField

public void setField(String name,
                     Object value)
Specified by:
setField in interface org.itest.ITestSuperObject


Copyright © 2014. All rights reserved.