stepDefinitions property

Iterable<StepDefinitionGeneric<World>>? stepDefinitions
getter/setter pair

The user defined step definitions that are matched with written steps in the features

Implementation

Iterable<StepDefinitionGeneric>? stepDefinitions;