Package | Description |
---|---|
com.eviware.soapui.report |
Classes for creating JUnit-reports
|
com.eviware.soapui.security | |
com.eviware.soapui.security.log | |
com.eviware.soapui.security.panels | |
com.eviware.soapui.security.support | |
com.eviware.soapui.tools |
SoapUI command-line tools
|
Modifier and Type | Method and Description |
---|---|
void |
JUnitSecurityReportCollector.afterOriginalStep(TestCaseRunner testRunner,
SecurityTestRunContext runContext,
SecurityTestStepResult result) |
void |
JUnitSecurityReportCollector.afterStep(TestCaseRunner testRunner,
SecurityTestRunContext runContext,
SecurityTestStepResult result) |
Modifier and Type | Method and Description |
---|---|
SecurityTestStepResult |
SecurityTestRunContext.getCurrentSecurityStepResult() |
Modifier and Type | Method and Description |
---|---|
Map<TestStep,SecurityTestStepResult> |
SecurityTest.getSecurityTestStepResultMap() |
Modifier and Type | Method and Description |
---|---|
void |
SecurityTest.putSecurityTestStepResult(TestStep testStep,
SecurityTestStepResult securityTestStepResult)
Puts result of a SecurityTest on a TestStep level to a map, if map
previously contained value for specified TestStep it is being replaced
with the new result value
|
void |
SecurityTestRunContext.setCurrentSecurityStepResult(SecurityTestStepResult result) |
Modifier and Type | Method and Description |
---|---|
void |
JSecurityTestRunLog.updateSecurityTestStepResult(SecurityTestStepResult testStepResult,
boolean hasChecksToProcess,
boolean startStepLogEntryAdded) |
void |
SecurityTestLogModel.updateSecurityTestStepResult(SecurityTestStepResult result,
boolean errorsOnly,
boolean hasChecksToProcess,
boolean startStepLogEntryAdded) |
Modifier and Type | Method and Description |
---|---|
void |
SecurityTestDesktopPanel.InternalSecurityTestRunListener.afterOriginalStep(TestCaseRunner testRunner,
SecurityTestRunContext runContext,
SecurityTestStepResult result) |
void |
SecurityTestDesktopPanel.InternalSecurityTestRunListener.afterStep(TestCaseRunner testRunner,
SecurityTestRunContext runContext,
SecurityTestStepResult result) |
Modifier and Type | Method and Description |
---|---|
void |
SecurityTestRunListenerAdapter.afterOriginalStep(TestCaseRunner testRunner,
SecurityTestRunContext runContext,
SecurityTestStepResult result) |
void |
SecurityTestRunListener.afterOriginalStep(TestCaseRunner testRunner,
SecurityTestRunContext runContext,
SecurityTestStepResult result) |
void |
SecurityTestRunListenerAdapter.afterStep(TestCaseRunner testRunner,
SecurityTestRunContext runContext,
SecurityTestStepResult result) |
void |
SecurityTestRunListener.afterStep(TestCaseRunner testRunner,
SecurityTestRunContext runContext,
SecurityTestStepResult result) |
void |
ProgressBarSecurityTestStepAdapter.InternalTestRunListener.afterStep(TestCaseRunner testRunner,
SecurityTestRunContext runContext,
SecurityTestStepResult result) |
void |
ProgressBarSecurityTestAdapter.InternalTestRunListener.afterStep(TestCaseRunner testRunner,
SecurityTestRunContext runContext,
SecurityTestStepResult result) |
Modifier and Type | Method and Description |
---|---|
void |
SoapUISecurityTestRunner.afterOriginalStep(TestCaseRunner testRunner,
SecurityTestRunContext runContext,
SecurityTestStepResult result) |
void |
SoapUISecurityTestRunner.afterStep(TestCaseRunner testRunner,
SecurityTestRunContext runContext,
SecurityTestStepResult result) |
Copyright © 2019. All Rights Reserved.