Package io.cucumber.plugin.event
Interface TestStep
-
- All Known Subinterfaces:
HookTestStep,PickleStepTestStep
@API(status=STABLE) public interface TestStepA 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 StringgetCodeLocation()Returns a string representation of the glue code location.UUIDgetId()
-