[go: up one dir, main page]

Module step

Module step 

Source
Expand description

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

Structs§

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

Type Aliases§

CaptureName
Name of a capturing group inside a regex.
Step
Alias for a gherkin::Step function that returns a LocalBoxFuture.
WithContext
Alias for a Step with regex::CaptureLocations, Location and Context returned by Collection::find().