public abstract class AbstractTestCaseRunner extends AbstractTestRunner
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
IGNORE_ERRORS_FLAG |
|
static java.lang.String |
TEST_CASE_XMLOPTIONS |
|
static Logger |
log |
Constructor and description |
---|
AbstractTestCaseRunner
(T modelItem, StringToObjectMap properties) |
AbstractTestCaseRunner
(T modelItem, StringToObjectMap properties, boolean debugScripts) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
enforceMaxResults(long maxResults) |
|
int |
getAssertionsFailed() |
|
int |
getAssertionsRun() |
|
int |
getGotoStepIndex() |
|
int |
getResultCount() |
|
java.util.List<TestStepResult> |
getResults() |
|
int |
getStartStep() |
|
WsdlTestCase |
getTestCase() |
|
long |
getTimeTaken() |
|
void |
gotoStep(int index) |
|
void |
gotoStepByName(java.lang.String stepName) |
|
void |
internalRun(T2 runContext) |
|
boolean |
isDebugScripts() |
|
void |
onCancel(java.lang.String reason) |
|
void |
onFail(java.lang.String reason) |
|
TestStepResult |
runTestStep(TestStep testStep) |
|
TestStepResult |
runTestStep(TestStep testStep, boolean discard, boolean process) |
|
TestStepResult |
runTestStepByName(java.lang.String name) |
|
void |
setResultCount(int resultCount) |
|
void |
setStartStep(int startStep) |
Methods inherited from class | Name |
---|---|
class AbstractTestRunner |
cancel, createContext, fail, getError, getId, getReason, getRunContext, getStartTime, getStatus, getTestRunnable, getThread, getTimeTaken, isCanceled, isFailed, isRunning, run, start, waitUntilFinished |
ReadyAPI functional (soapui) SDK 3.2.0