public interface TestStep extends ResultContainer, TestModelItem
A TestStep in a TestCase
| Type Params | Return Type | Name and description |
|---|---|---|
|
public boolean |
cancel() |
|
public void |
finish(TestCaseRunner testRunner, TestCaseRunContext testRunContext) |
|
public java.lang.String |
getLabel() |
|
public TestCase |
getTestCase() |
|
public boolean |
isDisabled() |
|
public void |
prepare(TestCaseRunner testRunner, TestCaseRunContext testRunContext) |
|
public TestStepResult |
run(TestCaseRunner testRunner, TestCaseRunContext testRunContext) |
| Methods inherited from class | Name |
|---|---|
interface ResultContainer |
getModelItem |
interface TestPropertyHolder |
addTestPropertyListener, getModelItem, getProperties, getPropertiesLabel, getProperty, getPropertyAt, getPropertyCount, getPropertyList, getPropertyNames, getPropertyValue, hasProperty, removeTestPropertyListener, setPropertyValue |