Current section
Files
Jump to
Current section
Files
include/testbldr_TestRunner.hrl
-record(test_runner, {
verbosity :: testbldr:verbosity(),
send_output_to :: gleam@set:set(testbldr:output_destination()),
test_printer :: gleam@option:option(fun((binary(), testbldr:test_outcome()) -> binary())),
ratio_printer :: gleam@option:option(fun((integer(), integer()) -> binary()))
}).