|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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,
TestRunner testRunner,
TestRunContext 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,
TestRunner testRunner,
TestRunContext runContext)
|
java.lang.String |
TestStepStatusAssertion.assertResult(LoadTestRunner loadTestRunner,
LoadTestRunContext context,
TestStepResult result,
TestRunner testRunner,
TestRunContext runContext)
|
java.lang.String |
TestStepMaxAssertion.assertResult(LoadTestRunner loadTestRunner,
LoadTestRunContext context,
TestStepResult result,
TestRunner testRunner,
TestRunContext runContext)
|
java.lang.String |
TestStepAverageAssertion.assertResult(LoadTestRunner loadTestRunner,
LoadTestRunContext context,
TestStepResult result,
TestRunner testRunner,
TestRunContext runContext)
|
java.lang.String |
MaxErrorsAssertion.assertResult(LoadTestRunner loadTestRunner,
LoadTestRunContext context,
TestStepResult result,
TestRunner testRunner,
TestRunContext 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,
TestRunner testRunner,
TestRunContext 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 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(TestRunner testRunner,
TestRunContext 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 |
WsdlTestCaseDesktopPanel.InternalTestRunListener.afterStep(TestRunner testRunner,
TestRunContext runContext,
TestStepResult stepResult)
|
void |
TestRunLog.TestRunLogTestRunListener.afterStep(TestRunner testRunner,
TestRunContext runContext,
TestStepResult stepResult)
|
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)
|
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 |
TransferResponseValuesTestStep.ValueTransferResult
|
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 |
TransferResponseValuesTestStep.createFailedResult(java.lang.String message)
|
TestStepResult |
WsdlTestRequestStep.run(TestRunner runner,
TestRunContext runContext)
|
TestStepResult |
WsdlRunTestCaseTestStep.run(TestRunner testRunner,
TestRunContext testRunContext)
|
TestStepResult |
WsdlPropertiesTestStep.run(TestRunner testRunner,
TestRunContext testRunContext)
|
TestStepResult |
WsdlGroovyScriptTestStep.run(TestRunner testRunner,
TestRunContext context)
|
TestStepResult |
WsdlGotoTestStep.run(TestRunner runner,
TestRunContext context)
|
TestStepResult |
WsdlDelayTestStep.run(TestRunner testRunner,
TestRunContext context)
|
TestStepResult |
TransferResponseValuesTestStep.run(TestRunner runner,
TestRunContext context)
|
TestStepResult |
TransferResponseValuesTestStep.run(TestRunner runner,
TestRunContext 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(TestRunner testRunner,
TestRunContext runContext,
TestStepResult result)
|
void |
LoadTestRunListenerAdapter.afterTestStep(LoadTestRunner loadTestRunner,
LoadTestRunContext context,
TestRunner testRunner,
TestRunContext 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(TestRunner testRunner,
TestRunContext testRunContext)
|
Methods in com.eviware.soapui.model.testsuite that return types with arguments of type TestStepResult | |
---|---|
java.util.List<TestStepResult> |
TestRunner.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(TestRunner testRunner,
TestRunContext runContext,
TestStepResult result)
|
void |
LoadTestRunListener.afterTestStep(LoadTestRunner loadTestRunner,
LoadTestRunContext context,
TestRunner testRunner,
TestRunContext 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(TestRunner testRunner,
TestRunContext 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(TestRunner testRunner,
TestRunContext runContext,
TestStepResult result)
|
void |
SoapUILoadTestRunner.afterTestStep(LoadTestRunner loadTestRunner,
LoadTestRunContext context,
TestRunner testRunner,
TestRunContext runContext,
TestStepResult testStepResult)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |