public interface TestCaseRunner extends TestRunner
TestRunner.Status| Modifier and Type | Method and Description |
|---|---|
List<TestStepResult> |
getResults()
Gets the accumulated results so far; each TestStep returns a
TestStepResult when running.
|
TestCaseRunContext |
getRunContext()
Returns the context used by this runner
|
TestCase |
getTestCase()
Gets the TestCase being run
|
void |
gotoStep(int index)
Transfers execution of this TestRunner to the TestStep with the specified
index in the TestCase
|
void |
gotoStepByName(String stepName)
Transfers execution of this TestRunner to the TestStep with the specified
name in the TestCase
|
TestStepResult |
runTestStepByName(String name)
Runs the specified TestStep and returns the result
|
cancel, fail, getReason, getStartTime, getStatus, getTestRunnable, getTimeTaken, isRunning, start, waitUntilFinishedTestCase getTestCase()
List<TestStepResult> getResults()
void gotoStep(int index)
void gotoStepByName(String stepName)
TestStepResult runTestStepByName(String name)
TestCaseRunContext getRunContext()
getRunContext in interface TestRunnerCopyright © 2019. All Rights Reserved.