stepDefinitions property

Iterable<StepDefinitionGeneric<World>>? stepDefinitions
finalinherited

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

Implementation

final Iterable<StepDefinitionGeneric>? stepDefinitions;