Module cucumber::step

source ·
Expand description

Definitions for a Collection which is used to store Step Fns and corresponding Regex patterns.

Structs

Error of a gherkin::Step matching multiple Step Regexes inside a Collection.
Collection of Steps.
Context for a Step function execution.
Regex wrapper implementing Eq, Ord and Hash.
Location of a Step fn automatically filled by a proc macro.

Type Definitions

Name of a capturing group inside a regex.
Alias for a gherkin::Step function that returns a LocalBoxFuture.