Package io.cucumber.plugin.event
Class TestRunFinished
- java.lang.Object
-
- io.cucumber.plugin.event.TestRunFinished
-
-
Constructor Summary
Constructors Constructor Description TestRunFinished(Instant timeInstant)Deprecated.TestRunFinished(Instant timeInstant, Result result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstantgetInstant()Returns instant from epoch.ResultgetResult()
-
-
-
Constructor Detail
-
TestRunFinished
@Deprecated public TestRunFinished(Instant timeInstant)
Deprecated.
-
-
Method Detail
-
getResult
public Result getResult()
-
getInstant
public Instant getInstant()
Returns instant from epoch.- Specified by:
getInstantin interfaceEvent- Returns:
- time instant in Instant
- See Also:
Instant.now()
-
-