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

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

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

Methods in com.pushtotest.testmaker.XSTest.xml.TestScenario that return DebugT
 DebugT ObjectFactory.createDebugT()
          Create an instance of DebugT
 DebugT OptionsT.getDebug()
          Gets the value of the debug property.
 

Methods in com.pushtotest.testmaker.XSTest.xml.TestScenario with parameters of type DebugT
 void OptionsT.setDebug(DebugT value)
          Sets the value of the debug property.
 

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

Classes in com.pushtotest.testmaker.XSTest.xml.TestScenario.impl that implement DebugT
 class DebugTImpl
           
 

Fields in com.pushtotest.testmaker.XSTest.xml.TestScenario.impl declared as DebugT
protected  DebugT OptionsTImpl._Debug
           
 

Methods in com.pushtotest.testmaker.XSTest.xml.TestScenario.impl that return DebugT
 DebugT OptionsTImpl.getDebug()
           
 

Methods in com.pushtotest.testmaker.XSTest.xml.TestScenario.impl with parameters of type DebugT
 void OptionsTImpl.setDebug(DebugT value)