Modifiers | Name | Description |
---|---|---|
static java.lang.String |
SOAPUI_EXPORT_SEPARATOR |
|
static java.lang.String |
TITLE |
Fields inherited from class | Fields |
---|---|
class AbstractSoapUIRunner |
ABNORMAL_TERMINATION, NORMAL_TERMINATION |
Constructor and description |
---|
SoapUITestCaseRunner
() |
SoapUITestCaseRunner
(java.lang.String title) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
afterRun(TestCaseRunner testRunner, TestCaseRunContext runContext) |
|
void |
afterStep(TestCaseRunner testRunner, TestCaseRunContext runContext, TestStepResult result) |
|
void |
beforeRun(TestCaseRunner testRunner, TestCaseRunContext runContext) |
|
void |
beforeStep(TestCaseRunner testRunner, TestCaseRunContext runContext, TestStep currentStep) |
|
void |
exportJUnitReports(JUnitReportCollector collector, java.lang.String folder, WsdlProject project) |
|
java.util.Map<TestAssertion, WsdlTestStepResult> |
getAssertionResults() |
|
java.util.List<TestAssertion> |
getAssertions() |
|
int |
getExportCount() |
|
java.util.List<TestCase> |
getFailedTests() |
|
java.lang.String |
getProjectPassword() |
|
java.lang.String |
getTestCase() |
|
int |
getTestStepCount() |
|
java.lang.String |
getTestSuite() |
|
boolean |
isExportAll() |
|
boolean |
isIgnoreErrors() |
|
boolean |
isJUnitReport() |
|
boolean |
isJunitReport() |
|
boolean |
isPrintAlertSiteReport() |
|
boolean |
isPrintReport() |
|
boolean |
isSaveAfterRun() |
|
static void |
main(java.lang.String[] args) |
|
void |
printReport(long timeTaken) |
|
boolean |
runRunner() |
|
void |
setExportAll(boolean exportAll) |
|
void |
setExportCount(int exportCount) |
|
void |
setIgnoreError(boolean ignoreErrors) |
|
void |
setIgnoreErrors(boolean ignoreErrors) |
|
void |
setJUnitReport(boolean junitReport) |
|
void |
setJUnitReportWithProperties(boolean shouldIncludePropertiesInTheReport) |
|
void |
setMaxErrors(int maxErrors) |
|
void |
setPrintAlertSiteReport(boolean printAlertSiteReport) |
|
void |
setPrintReport(boolean printReport) |
|
void |
setProjectPassword(java.lang.String projectPassword) |
|
void |
setSaveAfterRun(boolean saveAfterRun) |
|
void |
setTestCase(java.lang.String testCase) |
|
void |
setTestStepCount(int testStepCount) |
|
void |
setTestSuite(java.lang.String testSuite) |