Package io.cucumber.messages.types
Class Suggestion
java.lang.Object
io.cucumber.messages.types.Suggestion
Represents the Suggestion message in Cucumber's message protocol
A suggested fragment of code to implement an undefined step
-
Constructor Details
-
Suggestion
-
-
Method Details
-
getId
A unique id for this suggestion -
getPickleStepId
The ID of the `PickleStep` this `Suggestion` was created for. -
getSnippets
A collection of code snippets that could implement the undefined step -
equals
-
hashCode
public int hashCode() -
toString
-