Package io.cucumber.plugin.event
Class TestSourceRead
- java.lang.Object
-
- io.cucumber.plugin.event.TestSourceRead
-
-
Constructor Summary
Constructors Constructor Description TestSourceRead(Instant timeInstant, URI uri, String source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstantgetInstant()Returns instant from epoch.StringgetSource()URIgetUri()
-
-
-
Method Detail
-
getSource
public String getSource()
-
getUri
public URI getUri()
-
getInstant
public Instant getInstant()
Returns instant from epoch.- Specified by:
getInstantin interfaceEvent- Returns:
- time instant in Instant
- See Also:
Instant.now()
-
-