Package io.cucumber.plugin.event
Class SnippetsSuggestedEvent
- java.lang.Object
-
- io.cucumber.plugin.event.SnippetsSuggestedEvent
-
-
Constructor Summary
Constructors Constructor Description SnippetsSuggestedEvent(Instant timeInstant, URI uri, int scenarioLine, int stepLine, List<String> snippets)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Instant
getInstant()
Returns instant from epoch.int
getScenarioLine()
List<String>
getSnippets()
int
getStepLine()
URI
getUri()
-
-
-
Method Detail
-
getUri
public URI getUri()
-
getStepLine
public int getStepLine()
-
getScenarioLine
public int getScenarioLine()
-
getInstant
public Instant getInstant()
Returns instant from epoch.- Specified by:
getInstant
in interfaceEvent
- Returns:
- time instant in Instant
- See Also:
Instant.now()
-
-