Reporter
NAME
Test::Async::Reporter - a reporter bundle role
This role is applied to a bundle declared with test-reporter. Implies implementations of methods:
report-event(Event:D)ā report an event to userindent-message(+@message, :$prefix, :$nesting, *% --Array())> - indent all lines in@messageusing$prefixby$nestinglevels.@messageis expected to be in normalized form (seenormalize-messagein Test::Async::Hub).message-to-console(+@message)ā send@messageto its final destination.
SEE ALSO
Test::Async::Manual, Test::Async::Decl
AUTHOR
Vadim Belman <[email protected]>