Current section

Files

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

include/dream_test@gherkin@steps_StepContext.hrl

-record(step_context, {
captures :: list(dream_test@gherkin@step_trie:captured_value()),
table :: gleam@option:option(list(list(binary()))),
doc_string :: gleam@option:option(binary()),
world :: dream_test@gherkin@world:world()
}).