Current section

Files

Jump to
startest include startest@reporters_Reporter.hrl
Raw

include/startest@reporters_Reporter.hrl

-record(reporter, {
report :: fun((startest@reporters:reporter_context(), startest@test_case:executed_test()) -> nil),
finished :: fun((startest@reporters:reporter_context()) -> nil)
}).