Package io.cucumber.plugin.event
Interface Event
-
- All Known Implementing Classes:
EmbedEvent,SnippetsSuggestedEvent,StepDefinedEvent,TestCaseEvent,TestCaseFinished,TestCaseStarted,TestRunFinished,TestRunStarted,TestSourceParsed,TestSourceRead,TestStepFinished,TestStepStarted,WriteEvent
@API(status=STABLE) public interface Event
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstantgetInstant()Returns instant from epoch.
-
-
-
Method Detail
-
getInstant
Instant getInstant()
Returns instant from epoch.- Returns:
- time instant in Instant
- See Also:
Instant.now()
-
-