Current section
Files
Jump to
Current section
Files
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())
}).