public interface ScriptStep
Interface for the minimum API for any test step to be executed.
| Modifier and Type | Method and Description |
|---|---|
java.lang.CharSequence |
getIdentifier()
Get the name or identifier that was provided at construction for this test step.
|
ScriptStepType |
getStepType()
Checked before step execution.
|
void |
runStep()
This must be implemented for the actual execution of the script step.
|
java.lang.CharSequence getIdentifier()
ScriptStepType getStepType()
void runStep()
throws java.lang.Exception
java.lang.Exception - Thrown if any failure occurred while running the test