Package io.cucumber.plugin.event
Class TestRunFinished
- java.lang.Object
-
- io.cucumber.plugin.event.TestRunFinished
-
-
Constructor Summary
Constructors Constructor Description TestRunFinished(Instant timeInstant)
-
-
-
Constructor Detail
-
TestRunFinished
public TestRunFinished(Instant timeInstant)
-
-
Method Detail
-
getInstant
public Instant getInstant()
Returns instant from epoch.- Specified by:
getInstant
in interfaceEvent
- Returns:
- time instant in Instant
- See Also:
Instant.now()
-
-