| Modifiers | Name | Description |
|---|---|---|
static java.lang.String |
SOAPUI_EXPORT_SEPARATOR |
|
static java.lang.String |
TESTCASE_TAGS |
|
static java.lang.String |
TESTSUITE_TAGS |
|
static java.lang.String |
TITLE |
| Fields inherited from class | Fields |
|---|---|
class AbstractSoapUIRunner |
ABNORMAL_TERMINATION, CLASS_NAME_TYPE, NORMAL_TERMINATION, PLUGIN_VERSION, POST_ON_SLACK, PROJECT_NOT_FOUND_TERMINATION, STARTED_BY_MAVEN, STARTED_FROM, STARTED_FROM_CI_SYSTEM, TYPE |
| 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<TestAssertion> |
getFailedAssertions() |
|
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)Runs the tests in the specified soapUI project file, see SoapUI xdocs for details. |
|
void |
printReport(long timeTaken) |
|
void |
publishToSlack(long timeTaken) |
|
boolean |
runRunner() |
|
void |
setExportAll(boolean exportAll)Add console appender to groovy log |
|
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)Controls if a short test summary should be printed after the test runs |
|
void |
setProjectPassword(java.lang.String projectPassword) |
|
void |
setSaveAfterRun(boolean saveAfterRun) |
|
void |
setSettingsFile(java.lang.String settingsFile) |
|
void |
setTags(java.lang.String[] tagArgs) |
|
void |
setTestCase(java.lang.String testCase)Sets the testcase to run |
|
void |
setTestStepCount(int testStepCount) |
|
void |
setTestSuite(java.lang.String testSuite)Sets the TestSuite to run. |
Runs the tests in the specified soapUI project file, see SoapUI xdocs for details.
Add console appender to groovy log
Controls if a short test summary should be printed after the test runs
printReport - a flag controlling if a summary should be printedSets the testcase to run
testCase - the testcase to runSets the TestSuite to run. If not set all TestSuites in the specified project file are run
testSuite - the testSuite to run.ReadyAPI runners SDK 3.2.0