public interface TestCaseRunContext extends TestRunContext
Context information for a testcase run session
| Type Params | Return Type | Name and description |
|---|---|---|
|
public TestStep |
getCurrentStep() |
|
public int |
getCurrentStepIndex() |
|
public java.lang.Object |
getProperty(java.lang.String testStep, java.lang.String propertyName) |
|
public TestCase |
getTestCase() |
|
public TestCaseRunner |
getTestRunner() |
| Methods inherited from class | Name |
|---|---|
interface TestRunContext |
expand, getTestRunner |
interface PropertyExpansionContext |
expand, getModelItem, getProperties, getProperty, getPropertyNames, hasProperty, removeProperty, setProperty |
interface SubmitContext |
getExecutionId |