Current section

Files

Jump to
showtime include showtime@internal@common@common_event_handler_HandlerState.hrl
Raw

include/showtime@internal@common@common_event_handler_HandlerState.hrl

-record(handler_state, {
test_state :: showtime@internal@common@common_event_handler:test_state(),
num_done :: integer(),
events :: gleam@dict:dict(binary(), gleam@dict:dict(binary(), showtime@internal@common@test_suite:test_run()))
}).