Package io.cucumber.messages.types
Class TestStep
- java.lang.Object
-
- io.cucumber.messages.types.TestStep
-
public final class TestStep extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Optional<String>getHookId()StringgetId()Optional<String>getPickleStepId()Optional<List<String>>getStepDefinitionIds()Optional<List<StepMatchArgumentsList>>getStepMatchArgumentsLists()inthashCode()StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
-
getStepMatchArgumentsLists
public Optional<List<StepMatchArgumentsList>> getStepMatchArgumentsLists()
-
-