|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TestCaseRunner
Runs a TestCase
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.eviware.soapui.model.testsuite.TestRunner |
---|
TestRunner.Status |
Method Summary | |
---|---|
java.util.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(java.lang.String stepName)
Transfers execution of this TestRunner to the TestStep with the specified name in the TestCase |
TestStepResult |
runTestStepByName(java.lang.String name)
Runs the specified TestStep and returns the result |
Methods inherited from interface com.eviware.soapui.model.testsuite.TestRunner |
---|
cancel, fail, getReason, getStartTime, getStatus, getTestRunnable, getTimeTaken, start, waitUntilFinished |
Method Detail |
---|
TestCase getTestCase()
java.util.List<TestStepResult> getResults()
void gotoStep(int index)
void gotoStepByName(java.lang.String stepName)
TestStepResult runTestStepByName(java.lang.String name)
TestCaseRunContext getRunContext()
getRunContext
in interface TestRunner
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |