Package io.cucumber.plugin.event
Class TestStepStarted
java.lang.Object
io.cucumber.plugin.event.TestCaseEvent
io.cucumber.plugin.event.TestStepStarted
- All Implemented Interfaces:
Event
A test step started event is broadcast when ever a step starts.
A step can either be a PickleStepTestStep
or a HookTestStep
depending on what step was executed.
Each test step started event is followed by an matching
TestStepFinished
event for the same step.The order in which these
events may be expected is:
[before hook,]* [[before step hook,]* test step, [after step hook,]*]+, [after hook,]*
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns instant from epoch.Methods inherited from class io.cucumber.plugin.event.TestCaseEvent
getTestCase
-
Constructor Details
-
TestStepStarted
-
-
Method Details
-
getTestStep
-
getInstant
Returns instant from epoch.- Specified by:
getInstant
in interfaceEvent
- Returns:
- time instant in Instant
- See Also:
-