Current section

Files

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

include/dream_test@gherkin@feature_InlineScenario.hrl

-record(inline_scenario, {
name :: binary(),
steps :: list(dream_test@gherkin@feature:inline_step()),
tags :: list(binary())
}).