Modifier and Type | Method and Description |
---|---|
String |
LoadTestAssertion.assertResult(LoadTestRunner loadTestRunner,
LoadTestRunContext context,
TestStepResult result,
TestCaseRunner testRunner,
TestCaseRunContext runContext) |
Modifier and Type | Method and Description |
---|---|
List<TestStepResult> |
SamplesModel.TestSample.getResults() |
Modifier and Type | Method and Description |
---|---|
void |
SamplesModel.TestSample.addTestStepResult(TestStepResult result) |
Modifier and Type | Method and Description |
---|---|
TestStepResult |
LoadTestLogErrorEntry.getTestStepResult() |
Constructor and Description |
---|
LoadTestLogErrorEntry(String type,
String error,
TestStepResult result,
ImageIcon icon,
int threadIndex) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLoadStrategy.afterTestStep(LoadTestRunner loadTestRunner,
LoadTestRunContext context,
TestCaseRunner testRunner,
TestCaseRunContext runContext,
TestStepResult testStepResult) |
Modifier and Type | Method and Description |
---|---|
TestStepResult |
MockTestRunner.runTestStep(TestStep testStep) |
TestStepResult |
MockTestRunner.runTestStepByName(String name) |
Modifier and Type | Method and Description |
---|---|
List<TestStepResult> |
MockTestRunner.getResults() |
Modifier and Type | Method and Description |
---|---|
void |
ProgressBarTestCaseAdapter.InternalTestRunListener.afterStep(TestCaseRunner testRunner,
TestCaseRunContext runContext,
TestStepResult result) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
WsdlMockResponseStepDesktopPanel.InternalTestRunListener.afterStep(TestCaseRunner testRunner,
TestCaseRunContext runContext,
TestStepResult result) |
Modifier and Type | Method and Description |
---|---|
void |
AMFTestRunListener.afterStep(TestCaseRunner testRunner,
TestCaseRunContext runContext,
TestStepResult result) |
Modifier and Type | Method and Description |
---|---|
TestStepResult |
AbstractTestCaseRunner.runTestStep(TestStep testStep) |
TestStepResult |
AbstractTestCaseRunner.runTestStep(TestStep testStep,
boolean discard,
boolean process) |
TestStepResult |
AbstractTestCaseRunner.runTestStepByName(String name) |
Modifier and Type | Method and Description |
---|---|
List<TestStepResult> |
AbstractTestCaseRunner.getResults() |
Modifier and Type | Method and Description |
---|---|
void |
WsrmTestRunListener.afterStep(TestCaseRunner testRunner,
TestCaseRunContext runContext,
TestStepResult result) |
Modifier and Type | Method and Description |
---|---|
TestStepResult |
TestCaseLogModel.getResultAt(int index) |
Modifier and Type | Method and Description |
---|---|
void |
TestCaseLogModel.addTestStepResult(TestStepResult result) |
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
TestStepResult |
ProPlaceholderStepFactory.WsdlProPlaceholderTestStep.run(TestCaseRunner testRunner,
TestCaseRunContext testRunContext) |
Modifier and Type | Method and Description |
---|---|
void |
TestRunListenerAdapter.afterStep(TestCaseRunner testRunner,
TestCaseRunContext runContext,
TestStepResult result) |
void |
LoadTestRunListenerAdapter.afterTestStep(LoadTestRunner loadTestRunner,
LoadTestRunContext context,
TestCaseRunner testRunner,
TestCaseRunContext runContext,
TestStepResult testStepResult) |
Modifier and Type | Method and Description |
---|---|
static MessageExchange |
MessageExchangeUtil.findMessageExchangeByTestStepId(List<TestStepResult> results,
String testStepId) |
Modifier and Type | Interface and Description |
---|---|
interface |
MessageExchangeTestStepResult |
Modifier and Type | Method and Description |
---|---|
TestStepResult |
TestStep.run(TestCaseRunner testRunner,
TestCaseRunContext testRunContext) |
TestStepResult |
TestCaseRunner.runTestStepByName(String name)
Runs the specified TestStep and returns the result
|
Modifier and Type | Method and Description |
---|---|
List<TestStepResult> |
TestCaseRunner.getResults()
Gets the accumulated results so far; each TestStep returns a
TestStepResult when running.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
void |
TestCaseRunLogReport.afterStep(TestCaseRunner testRunner,
TestCaseRunContext runContext,
TestStepResult result) |
void |
JUnitReportCollector.afterStep(TestCaseRunner testRunner,
TestCaseRunContext runContext,
TestStepResult result) |
void |
JUnitSecurityReportCollector.beforeStep(TestCaseRunner testRunner,
SecurityTestRunContext runContext,
TestStepResult testStepResult) |
Modifier and Type | Method and Description |
---|---|
protected TestStepResult |
SecurityTestRunContext.getOriginalTestStepResult() |
TestStepResult |
SecurityTestRunnerImpl.runTestStep(TestStep testStep,
boolean discard,
boolean process) |
Modifier and Type | Method and Description |
---|---|
int |
SecurityTest.getStepSecurityApplicableScansCount(TestStepResult tsr) |
protected void |
SecurityTestRunContext.setOriginalTestStepResult(TestStepResult originalTestStepResult) |
Modifier and Type | Method and Description |
---|---|
TestStepResult |
FunctionalTestLogModel.getTestStepResultAt(int index) |
Modifier and Type | Method and Description |
---|---|
void |
JFunctionalTestRunLog.addSecurityTestFunctionalStepResult(TestStepResult testStepResult) |
void |
FunctionalTestLogModel.addSecurityTestFunctionalStepResult(TestStepResult result) |
Modifier and Type | Method and Description |
---|---|
void |
SecurityTestDesktopPanel.InternalSecurityTestRunListener.beforeStep(TestCaseRunner testRunner,
SecurityTestRunContext runContext,
TestStepResult testStepResult) |
Modifier and Type | Method and Description |
---|---|
TestStepResult |
SecurityTestStepResult.getOriginalTestStepResult() |
Modifier and Type | Method and Description |
---|---|
void |
SecurityTestStepResult.setOriginalTestStepResult(TestStepResult originalTestStepResult) |
Constructor and Description |
---|
SecurityTestStepResult(TestStep testStep,
TestStepResult originalResult) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
void |
SoapUISecurityTestRunner.beforeStep(TestCaseRunner testRunner,
SecurityTestRunContext runContext,
TestStepResult testStepResult) |
Copyright © 2019. All Rights Reserved.