Uses of Interface
com.pushtotest.testmaker.XSTest.xml.TestScenario.CallT

Packages that use CallT
com.pushtotest.testmaker.XSTest.xml.TestScenario   
com.pushtotest.testmaker.XSTest.xml.TestScenario.impl   
 

Uses of CallT in com.pushtotest.testmaker.XSTest.xml.TestScenario
 

Methods in com.pushtotest.testmaker.XSTest.xml.TestScenario that return CallT
 CallT ObjectFactory.createCallT()
          Create an instance of CallT
 CallT UsecaseT.getSetup()
          Gets the value of the setup property.
 CallT TestT.getSetup()
          Gets the value of the setup property.
 CallT SequenceT.getSetup()
          Gets the value of the setup property.
 CallT DimensionsT.UsecasesType.getSetup()
          Gets the value of the setup property.
 CallT UsecaseT.getTeardown()
          Gets the value of the teardown property.
 CallT TestT.getTeardown()
          Gets the value of the teardown property.
 CallT SequenceT.getTeardown()
          Gets the value of the teardown property.
 CallT DimensionsT.UsecasesType.getTeardown()
          Gets the value of the teardown property.
 CallT TestT.getWhile()
          Gets the value of the while property.
 

Methods in com.pushtotest.testmaker.XSTest.xml.TestScenario that return types with arguments of type CallT
static java.util.Vector<CallT> XMLReader.getCallsFromTest(TestT test)
           
 

Methods in com.pushtotest.testmaker.XSTest.xml.TestScenario with parameters of type CallT
 java.lang.Object[] ScriptRunner.argumentsFromCall(CallT call)
           
static java.lang.Object[] ScriptRunner.argumentsFromCallJava(java.lang.ClassLoader Loader, CallT call, java.util.HashMap dpls, int amz)
           
 java.lang.Object[] ScriptRunner.argumentsFromCallScript(CallT call, java.util.HashMap dpls, int amz)
           
 java.lang.Object[] ScriptRunner.argumentsFromCallSoapui(CallT call)
           
static java.lang.Object[] ScriptRunner.argumentsFromCallSoapui(CallT call, java.util.Vector<java.lang.String> soapuiFiles)
           
 java.lang.Object[] ScriptRunner.argumentsFromCallTestGen(CallT call)
           
static void ScriptRunner.call(java.lang.ClassLoader Loader, CallT call, java.util.HashMap dpls, int amz)
          This methods calls the method especified in call
static java.util.Vector<ArgumentT> XMLReader.getArguments(CallT call)
           
static void ScriptRunner.javaCall(java.lang.ClassLoader Loader, CallT call, java.util.HashMap dpls, int amz)
          A call in java
static void ScriptRunner.jythonCall(CallT call)
          A call in Jython
 java.lang.reflect.Method ScriptRunner.methodFromCall(CallT call)
          Central method to dispatch all types of unit tests
 java.lang.reflect.Method ScriptRunner.methodFromCallJava(CallT call)
          Operate a test by instantiating a Java class and calling the defined method
 java.lang.reflect.Method ScriptRunner.methodFromCallScript(CallT call)
          Operates a unit test using the Java Script Engine, including Jython, Groovy, JRuby, Rhino, etc.
 java.lang.reflect.Method ScriptRunner.methodFromCallSoapui(CallT call)
          Operate a Eviware soapUI Test Suite
 java.lang.reflect.Method ScriptRunner.methodFromCallTestGen(CallT call)
          Operate a TestGen4Web unit test using the html-interpreter in TestGen4Web
 java.lang.Object ScriptRunner.objectFromCall(CallT call, java.util.Vector<CallT> calls, java.util.Vector<java.lang.Object> objects)
           
 java.lang.Object ScriptRunner.objectFromCallJava(CallT call)
           
 java.lang.Object ScriptRunner.objectFromCallScript(CallT call)
           
static void XMLReader.printCall(CallT met)
           
static void ScriptRunner.runCall(SimpleLogger logger, java.lang.ClassLoader loader, CallT call, java.util.HashMap dpls, int ms, java.lang.Class[] exe, GSRSCreator creator)
          Run the call, throw the exception if the exe had the exception value others exceptions are ignored
 void UsecaseT.setSetup(CallT value)
          Sets the value of the setup property.
 void TestT.setSetup(CallT value)
          Sets the value of the setup property.
 void SequenceT.setSetup(CallT value)
          Sets the value of the setup property.
 void DimensionsT.UsecasesType.setSetup(CallT value)
          Sets the value of the setup property.
 void UsecaseT.setTeardown(CallT value)
          Sets the value of the teardown property.
 void TestT.setTeardown(CallT value)
          Sets the value of the teardown property.
 void SequenceT.setTeardown(CallT value)
          Sets the value of the teardown property.
 void DimensionsT.UsecasesType.setTeardown(CallT value)
          Sets the value of the teardown property.
 void TestT.setWhile(CallT value)
          Sets the value of the while property.
static void ScriptRunner.soapuiCall(CallT call)
           
static void ScriptRunner.testGenCall(CallT call)
           
 

Method parameters in com.pushtotest.testmaker.XSTest.xml.TestScenario with type arguments of type CallT
 java.lang.Object ScriptRunner.objectFromCall(CallT call, java.util.Vector<CallT> calls, java.util.Vector<java.lang.Object> objects)
           
 

Uses of CallT in com.pushtotest.testmaker.XSTest.xml.TestScenario.impl
 

Classes in com.pushtotest.testmaker.XSTest.xml.TestScenario.impl that implement CallT
 class CallTImpl
           
 

Fields in com.pushtotest.testmaker.XSTest.xml.TestScenario.impl declared as CallT
protected  CallT UsecaseTImpl._Setup
           
protected  CallT TestTImpl._Setup
           
protected  CallT SequenceTImpl._Setup
           
protected  CallT DimensionsTImpl.UsecasesTypeImpl._Setup
           
protected  CallT UsecaseTImpl._Teardown
           
protected  CallT TestTImpl._Teardown
           
protected  CallT SequenceTImpl._Teardown
           
protected  CallT DimensionsTImpl.UsecasesTypeImpl._Teardown
           
protected  CallT TestTImpl._While
           
 

Methods in com.pushtotest.testmaker.XSTest.xml.TestScenario.impl that return CallT
 CallT UsecaseTImpl.getSetup()
           
 CallT TestTImpl.getSetup()
           
 CallT SequenceTImpl.getSetup()
           
 CallT DimensionsTImpl.UsecasesTypeImpl.getSetup()
           
 CallT UsecaseTImpl.getTeardown()
           
 CallT TestTImpl.getTeardown()
           
 CallT SequenceTImpl.getTeardown()
           
 CallT DimensionsTImpl.UsecasesTypeImpl.getTeardown()
           
 CallT TestTImpl.getWhile()
           
 

Methods in com.pushtotest.testmaker.XSTest.xml.TestScenario.impl with parameters of type CallT
 void UsecaseTImpl.setSetup(CallT value)
           
 void TestTImpl.setSetup(CallT value)
           
 void SequenceTImpl.setSetup(CallT value)
           
 void DimensionsTImpl.UsecasesTypeImpl.setSetup(CallT value)
           
 void UsecaseTImpl.setTeardown(CallT value)
           
 void TestTImpl.setTeardown(CallT value)
           
 void SequenceTImpl.setTeardown(CallT value)
           
 void DimensionsTImpl.UsecasesTypeImpl.setTeardown(CallT value)
           
 void TestTImpl.setWhile(CallT value)