Packages

A library for programatically building and running test cases

Current section

Files

Jump to
testbldr include testbldr_TestRunner.hrl
Raw

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()))
}).