public abstract class AbstractTestCaseRunner extends AbstractTestRunner
| Constructor and description | 
|---|
| AbstractTestCaseRunner
                                (T modelItem, StringToObjectMap properties) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | void | enforceMaxResults(long maxResults) | 
|  | 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) | 
|  | 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 |