Current section

Files

Jump to
dream_test include dream_test@gherkin@discover_FeatureDiscovery.hrl
Raw

include/dream_test@gherkin@discover_FeatureDiscovery.hrl

-record(feature_discovery, {
pattern :: binary(),
registry :: gleam@option:option(dream_test@gherkin@steps:step_registry()),
features :: list(dream_test@gherkin@types:feature()),
errors :: list(binary())
}).