Current section

Files

Jump to
dream_test include dream_test@parallel_RunRootParallelWithReporterConfig.hrl
Raw

include/dream_test@parallel_RunRootParallelWithReporterConfig.hrl

-record(run_root_parallel_with_reporter_config, {
config :: dream_test@parallel:parallel_config(),
suite :: dream_test@types:root(any()),
progress_reporter :: gleam@option:option(dream_test@reporters@progress:progress_reporter()),
write :: fun((binary()) -> nil),
total :: integer(),
completed :: integer()
}).