Package io.cucumber.plugin.event
Interface TestStep
-
- All Known Subinterfaces:
HookTestStep
,PickleStepTestStep
@API(status=STABLE) public interface TestStep
A test step can either represent the execution of a hook or a pickle step. Each step is tied to some glue code.- See Also:
TestCaseStarted
,TestCaseFinished
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCodeLocation()
Returns a string representation of the glue code location.UUID
getId()
-