Reporter
NAME
Test::Async::Reporter
- a reporter bundle role
DESCRIPTION
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@message
using$prefix
by$nesting
levels.@message
is expected to be in normalized form (seenormalize-message
in Test::Async::Hub).message-to-console(+@message)
ā send@message
to its final destination.
SEE ALSO
Test::Async::Manual, Test::Async::Decl
AUTHOR
Vadim Belman [email protected]