Uses of Class
com.eviware.soapui.model.testsuite.TestStepResult.TestStepStatus

Packages that use TestStepResult.TestStepStatus
com.eviware.soapui.impl.wsdl.loadtest.data LoadTest Data and related classes 
com.eviware.soapui.impl.wsdl.teststeps WsdlTestStep implementations 
com.eviware.soapui.model.testsuite Test-related model items 
 

Uses of TestStepResult.TestStepStatus in com.eviware.soapui.impl.wsdl.loadtest.data
 

Methods in com.eviware.soapui.impl.wsdl.loadtest.data that return TestStepResult.TestStepStatus
 TestStepResult.TestStepStatus LoadTestStepSample.getStatus()
           
 

Uses of TestStepResult.TestStepStatus in com.eviware.soapui.impl.wsdl.teststeps
 

Methods in com.eviware.soapui.impl.wsdl.teststeps that return TestStepResult.TestStepStatus
 TestStepResult.TestStepStatus WsdlTestStepResult.getStatus()
           
 

Methods in com.eviware.soapui.impl.wsdl.teststeps with parameters of type TestStepResult.TestStepStatus
 void WsdlTestStepResult.setStatus(TestStepResult.TestStepStatus status)
           
 

Uses of TestStepResult.TestStepStatus in com.eviware.soapui.model.testsuite
 

Methods in com.eviware.soapui.model.testsuite that return TestStepResult.TestStepStatus
 TestStepResult.TestStepStatus TestStepResult.getStatus()
           
static TestStepResult.TestStepStatus TestStepResult.TestStepStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TestStepResult.TestStepStatus[] TestStepResult.TestStepStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2005-2010 eviware.com. All Rights Reserved.