|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.panels.teststeps.amf |
|---|
| Methods in com.eviware.soapui.impl.wsdl.panels.teststeps.amf with parameters of type TestStepResult | |
|---|---|
void |
AMFTestRunListener.afterStep(TestCaseRunner testRunner,
TestCaseRunContext runContext,
TestStepResult result)
|
| Uses of TestStepResult in com.eviware.soapui.impl.wsdl.support |
|---|
| Methods in com.eviware.soapui.impl.wsdl.support that return TestStepResult | |
|---|---|
TestStepResult |
AbstractTestCaseRunner.runTestStep(TestStep testStep)
|
TestStepResult |
AbstractTestCaseRunner.runTestStep(TestStep testStep,
boolean discard,
boolean process)
|
TestStepResult |
AbstractTestCaseRunner.runTestStepByName(java.lang.String name)
|
| Methods in com.eviware.soapui.impl.wsdl.support that return types with arguments of type TestStepResult | |
|---|---|
java.util.List<TestStepResult> |
AbstractTestCaseRunner.getResults()
|
| 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)
|
| 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 |
AMFTestStepResult
|
class |
JdbcTestStepResult
|
class |
ManualTestStepResult
|
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 |
| Uses of TestStepResult in com.eviware.soapui.impl.wsdl.teststeps.registry |
|---|
| Methods in com.eviware.soapui.impl.wsdl.teststeps.registry that return TestStepResult | |
|---|---|
TestStepResult |
ProPlaceholderStepFactory.WsdlProPlaceholderTestStep.run(TestCaseRunner testRunner,
TestCaseRunContext testRunContext)
|
| 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)
|
void |
JUnitSecurityReportCollector.beforeStep(TestCaseRunner testRunner,
SecurityTestRunContext runContext,
TestStepResult testStepResult)
|
| Uses of TestStepResult in com.eviware.soapui.security |
|---|
| Methods in com.eviware.soapui.security that return TestStepResult | |
|---|---|
protected TestStepResult |
SecurityTestRunContext.getOriginalTestStepResult()
|
TestStepResult |
SecurityTestRunnerImpl.runTestStep(TestStep testStep,
boolean discard,
boolean process)
|
| Methods in com.eviware.soapui.security with parameters of type TestStepResult | |
|---|---|
int |
SecurityTest.getStepSecurityApplicableScansCount(TestStepResult tsr)
|
protected void |
SecurityTestRunContext.setOriginalTestStepResult(TestStepResult originalTestStepResult)
|
| Uses of TestStepResult in com.eviware.soapui.security.log |
|---|
| Methods in com.eviware.soapui.security.log that return TestStepResult | |
|---|---|
TestStepResult |
FunctionalTestLogModel.getTestStepResultAt(int index)
|
| Methods in com.eviware.soapui.security.log with parameters of type TestStepResult | |
|---|---|
void |
JFunctionalTestRunLog.addSecurityTestFunctionalStepResult(TestStepResult testStepResult)
|
void |
FunctionalTestLogModel.addSecurityTestFunctionalStepResult(TestStepResult result)
|
| Uses of TestStepResult in com.eviware.soapui.security.panels |
|---|
| Methods in com.eviware.soapui.security.panels with parameters of type TestStepResult | |
|---|---|
void |
SecurityTestDesktopPanel.InternalSecurityTestRunListener.beforeStep(TestCaseRunner testRunner,
SecurityTestRunContext runContext,
TestStepResult testStepResult)
|
| Uses of TestStepResult in com.eviware.soapui.security.result |
|---|
| Methods in com.eviware.soapui.security.result that return TestStepResult | |
|---|---|
TestStepResult |
SecurityTestStepResult.getOriginalTestStepResult()
|
| Methods in com.eviware.soapui.security.result with parameters of type TestStepResult | |
|---|---|
void |
SecurityTestStepResult.setOriginalTestStepResult(TestStepResult originalTestStepResult)
|
| Constructors in com.eviware.soapui.security.result with parameters of type TestStepResult | |
|---|---|
SecurityTestStepResult(TestStep testStep,
TestStepResult originalResult)
|
|
| Uses of TestStepResult in com.eviware.soapui.security.support |
|---|
| Methods in com.eviware.soapui.security.support with parameters of type TestStepResult | |
|---|---|
void |
SecurityTestRunListenerAdapter.beforeStep(TestCaseRunner testRunner,
SecurityTestRunContext runContext,
TestStepResult testStepResult)
|
void |
SecurityTestRunListener.beforeStep(TestCaseRunner testRunner,
SecurityTestRunContext runContext,
TestStepResult testStepResult)
|
void |
ProgressBarSecurityTestStepAdapter.InternalTestRunListener.beforeStep(TestCaseRunner testRunner,
SecurityTestRunContext runContext,
TestStepResult tsr)
|
void |
ProgressBarSecurityTestAdapter.InternalTestRunListener.beforeStep(TestCaseRunner testRunner,
SecurityTestRunContext runContext,
TestStepResult testStepResult)
|
| 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 |
SoapUISecurityTestRunner.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)
|
void |
SoapUISecurityTestRunner.beforeStep(TestCaseRunner testRunner,
SecurityTestRunContext runContext,
TestStepResult testStepResult)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||