Type Params | Return Type | Name and description |
---|---|---|
|
int |
getResultCount() Return the number of test steps results that have been returned from test steps. |
|
java.util.List<TestStepResult> |
getResults() |
|
TestCaseRunContext |
getRunContext() |
|
TestCase |
getTestCase() |
|
void |
gotoStep(int index) |
|
void |
gotoStepByName(java.lang.String stepName) |
|
boolean |
isDebugScripts() Returns true if test case is being run with script debugger, false - otherwise @return |
|
TestStepResult |
runTestStepByName(java.lang.String name) |
Methods inherited from class | Name |
---|---|
interface TestRunner |
cancel, fail, getReason, getRunContext, getStartTime, getStatus, getTestRunnable, getTimeTaken, isRunning, shouldSaveMetrics, start, waitUntilFinished |
Return the number of test steps results that have been returned from test steps. Note that some of these results may have been discarded, so this value may differ from the size of the collection returned from getResults()
Returns true if test case is being run with script debugger, false - otherwise