Uses of Interface
com.eviware.soapui.model.testsuite.TestStepResult

Packages that use TestStepResult
com.eviware.soapui.impl.wsdl.loadtest LoadTest-related classes 
com.eviware.soapui.impl.wsdl.loadtest.assertions LoadTest Assertions 
com.eviware.soapui.impl.wsdl.loadtest.data LoadTest Data and related classes 
com.eviware.soapui.impl.wsdl.loadtest.log The LoadTest Log classes 
com.eviware.soapui.impl.wsdl.loadtest.strategy LoadTest Strategies 
com.eviware.soapui.impl.wsdl.panels.support Support classes for panels 
com.eviware.soapui.impl.wsdl.panels.testcase WsdlTestCase panel classes 
com.eviware.soapui.impl.wsdl.panels.teststeps WsdlTestStep panel classes 
com.eviware.soapui.impl.wsdl.support.wsrm   
com.eviware.soapui.impl.wsdl.testcase WSDL implementations of TestCase-related interfaces 
com.eviware.soapui.impl.wsdl.teststeps WsdlTestStep implementations 
com.eviware.soapui.model.support SoapUI model-related support classes 
com.eviware.soapui.model.testsuite Test-related model items 
com.eviware.soapui.report Classes for creating JUnit-reports 
com.eviware.soapui.tools SoapUI command-line tools 
 

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

Methods in com.eviware.soapui.impl.wsdl.loadtest with parameters of type TestStepResult
 java.lang.String LoadTestAssertion.assertResult(LoadTestRunner loadTestRunner, LoadTestRunContext context, TestStepResult result, TestCaseRunner testRunner, TestCaseRunContext runContext)
           
 

Uses of TestStepResult in com.eviware.soapui.impl.wsdl.loadtest.assertions
 

Methods in com.eviware.soapui.impl.wsdl.loadtest.assertions with parameters of type TestStepResult
 java.lang.String TestStepTpsAssertion.assertResult(LoadTestRunner loadTestRunner, LoadTestRunContext context, TestStepResult result, TestCaseRunner testRunner, TestCaseRunContext runContext)
           
 java.lang.String TestStepStatusAssertion.assertResult(LoadTestRunner loadTestRunner, LoadTestRunContext context, TestStepResult result, TestCaseRunner testRunner, TestCaseRunContext runContext)
           
 java.lang.String TestStepMaxAssertion.assertResult(LoadTestRunner loadTestRunner, LoadTestRunContext context, TestStepResult result, TestCaseRunner testRunner, TestCaseRunContext runContext)
           
 java.lang.String TestStepAverageAssertion.assertResult(LoadTestRunner loadTestRunner, LoadTestRunContext context, TestStepResult result, TestCaseRunner testRunner, TestCaseRunContext runContext)
           
 java.lang.String MaxErrorsAssertion.assertResult(LoadTestRunner loadTestRunner, LoadTestRunContext context, TestStepResult result, TestCaseRunner testRunner, TestCaseRunContext runContext)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.loadtest.data that return types with arguments of type TestStepResult
 java.util.List<TestStepResult> SamplesModel.TestSample.getResults()
           
 

Methods in com.eviware.soapui.impl.wsdl.loadtest.data with parameters of type TestStepResult
 void SamplesModel.TestSample.addTestStepResult(TestStepResult result)
           
 

Uses of TestStepResult in com.eviware.soapui.impl.wsdl.loadtest.log
 

Methods in com.eviware.soapui.impl.wsdl.loadtest.log that return TestStepResult
 TestStepResult LoadTestLogErrorEntry.getTestStepResult()
           
 

Constructors in com.eviware.soapui.impl.wsdl.loadtest.log with parameters of type TestStepResult
LoadTestLogErrorEntry(java.lang.String type, java.lang.String error, TestStepResult result, javax.swing.ImageIcon icon, int threadIndex)
           
 

Uses of TestStepResult in com.eviware.soapui.impl.wsdl.loadtest.strategy
 

Methods in com.eviware.soapui.impl.wsdl.loadtest.strategy with parameters of type TestStepResult
 void AbstractLoadStrategy.afterTestStep(LoadTestRunner loadTestRunner, LoadTestRunContext context, TestCaseRunner testRunner, TestCaseRunContext runContext, TestStepResult testStepResult)
           
 

Uses of TestStepResult in com.eviware.soapui.impl.wsdl.panels.support
 

Methods in com.eviware.soapui.impl.wsdl.panels.support that return TestStepResult
 TestStepResult MockTestRunner.runTestStep(TestStep testStep)
           
 TestStepResult MockTestRunner.runTestStepByName(java.lang.String name)
           
 

Methods in com.eviware.soapui.impl.wsdl.panels.support that return types with arguments of type TestStepResult
 java.util.List<TestStepResult> MockTestRunner.getResults()
           
 

Methods in com.eviware.soapui.impl.wsdl.panels.support with parameters of type TestStepResult
 void ProgressBarTestCaseAdapter.InternalTestRunListener.afterStep(TestCaseRunner testRunner, TestCaseRunContext runContext, TestStepResult result)
           
 

Uses of TestStepResult in com.eviware.soapui.impl.wsdl.panels.testcase
 

Methods in com.eviware.soapui.impl.wsdl.panels.testcase with parameters of type TestStepResult
 void TestRunLog.addTestStepResult(TestStepResult stepResult)
           
 void JTestRunLog.addTestStepResult(TestStepResult stepResult)
           
 void WsdlTestCaseDesktopPanel.InternalTestRunListener.afterStep(TestCaseRunner testRunner, TestCaseRunContext runContext, TestStepResult stepResult)
           
 void TestRunLogTestRunListener.afterStep(TestCaseRunner testRunner, TestCaseRunContext runContext, TestStepResult stepResult)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.panels.teststeps with parameters of type TestStepResult
 void WsdlMockResponseStepDesktopPanel.InternalTestRunListener.afterStep(TestCaseRunner testRunner, TestCaseRunContext runContext, TestStepResult result)
           
 

Uses of TestStepResult in com.eviware.soapui.impl.wsdl.support.wsrm
 

Methods in com.eviware.soapui.impl.wsdl.support.wsrm with parameters of type TestStepResult
 void WsrmTestRunListener.afterStep(TestCaseRunner testRunner, TestCaseRunContext runContext, TestStepResult result)
           
 

Uses of TestStepResult in com.eviware.soapui.impl.wsdl.testcase
 

Methods in com.eviware.soapui.impl.wsdl.testcase that return TestStepResult
 TestStepResult TestCaseLogModel.getResultAt(int index)
           
 TestStepResult WsdlTestCaseRunner.runTestStep(TestStep testStep)
           
 TestStepResult WsdlTestCaseRunner.runTestStep(TestStep testStep, boolean discard, boolean process)
           
 TestStepResult WsdlTestCaseRunner.runTestStepByName(java.lang.String name)
           
 

Methods in com.eviware.soapui.impl.wsdl.testcase that return types with arguments of type TestStepResult
 java.util.List<TestStepResult> WsdlTestCaseRunner.getResults()
           
 

Methods in com.eviware.soapui.impl.wsdl.testcase with parameters of type TestStepResult
 void TestCaseLogModel.addTestStepResult(TestStepResult result)
           
 

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

Classes in com.eviware.soapui.impl.wsdl.teststeps that implement TestStepResult
 class PropertyTransfersTestStep.PropertyTransferResult
           
 class RestRequestStepResult
          TestStepResult for a WsdlTestRequestStep
 class WsdlMessageExchangeTestStepResult
           
 class WsdlSingleMessageExchangeTestStepResult
          TestStep Result for a WsdlMessageExchange
 class WsdlTestRequestStepResult
          TestStepResult for a WsdlTestRequestStep
 class WsdlTestStepResult
          Default implementation of TestStepResult interface
 

Methods in com.eviware.soapui.impl.wsdl.teststeps that return TestStepResult
 TestStepResult PropertyTransfersTestStep.createFailedResult(java.lang.String message)
           
 TestStepResult WsdlTestRequestStep.run(TestCaseRunner runner, TestCaseRunContext runContext)
           
 TestStepResult WsdlRunTestCaseTestStep.run(TestCaseRunner testRunner, TestCaseRunContext testRunContext)
           
 TestStepResult WsdlPropertiesTestStep.run(TestCaseRunner testRunner, TestCaseRunContext testRunContext)
           
 TestStepResult WsdlMockResponseTestStep.run(TestCaseRunner testRunner, TestCaseRunContext context)
           
 TestStepResult WsdlGroovyScriptTestStep.run(TestCaseRunner testRunner, TestCaseRunContext context)
           
 TestStepResult WsdlGotoTestStep.run(TestCaseRunner runner, TestCaseRunContext context)
           
 TestStepResult WsdlDelayTestStep.run(TestCaseRunner testRunner, TestCaseRunContext context)
           
 TestStepResult RestTestRequestStep.run(TestCaseRunner runner, TestCaseRunContext runContext)
           
 TestStepResult PropertyTransfersTestStep.run(TestCaseRunner runner, TestCaseRunContext context)
           
 TestStepResult HttpTestRequestStep.run(TestCaseRunner runner, TestCaseRunContext runContext)
           
 TestStepResult PropertyTransfersTestStep.run(TestCaseRunner runner, TestCaseRunContext context, PropertyTransfer transfer)
           
 

Uses of TestStepResult in com.eviware.soapui.model.support
 

Methods in com.eviware.soapui.model.support with parameters of type TestStepResult
 void TestRunListenerAdapter.afterStep(TestCaseRunner testRunner, TestCaseRunContext runContext, TestStepResult result)
           
 void LoadTestRunListenerAdapter.afterTestStep(LoadTestRunner loadTestRunner, LoadTestRunContext context, TestCaseRunner testRunner, TestCaseRunContext runContext, TestStepResult testStepResult)
           
 

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

Subinterfaces of TestStepResult in com.eviware.soapui.model.testsuite
 interface MessageExchangeTestStepResult
           
 

Methods in com.eviware.soapui.model.testsuite that return TestStepResult
 TestStepResult TestStep.run(TestCaseRunner testRunner, TestCaseRunContext testRunContext)
           
 TestStepResult TestCaseRunner.runTestStepByName(java.lang.String name)
          Runs the specified TestStep and returns the result
 

Methods in com.eviware.soapui.model.testsuite that return types with arguments of type TestStepResult
 java.util.List<TestStepResult> TestCaseRunner.getResults()
          Gets the accumulated results so far; each TestStep returns a TestStepResult when running.
 

Methods in com.eviware.soapui.model.testsuite with parameters of type TestStepResult
 void TestRunListener.afterStep(TestCaseRunner testRunner, TestCaseRunContext runContext, TestStepResult result)
           
 void LoadTestRunListener.afterTestStep(LoadTestRunner loadTestRunner, LoadTestRunContext context, TestCaseRunner testRunner, TestCaseRunContext runContext, TestStepResult testStepResult)
          Called after the execution of a teststep
 

Uses of TestStepResult in com.eviware.soapui.report
 

Methods in com.eviware.soapui.report with parameters of type TestStepResult
 void JUnitReportCollector.afterStep(TestCaseRunner testRunner, TestCaseRunContext runContext, TestStepResult result)
           
 

Uses of TestStepResult in com.eviware.soapui.tools
 

Methods in com.eviware.soapui.tools with parameters of type TestStepResult
 void SoapUITestCaseRunner.afterStep(TestCaseRunner testRunner, TestCaseRunContext runContext, TestStepResult result)
           
 void AbstractSoapUITestRunner.afterStep(TestCaseRunner testRunner, TestCaseRunContext runContext, TestStepResult result)
           
 void SoapUILoadTestRunner.afterTestStep(LoadTestRunner loadTestRunner, LoadTestRunContext context, TestCaseRunner testRunner, TestCaseRunContext runContext, TestStepResult testStepResult)
           
 



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