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 user
indent-message(+@message, :$prefix, :$nesting, *% --
Array())> - indent all lines in @message
using $prefix
by $nesting
levels. @message
is expected to be in normalized form (see normalize-message
in Test::Async::Hub
).
message-to-console(+@message)
– send @message
to its final destination.
Test::Async::Manual
, Test::Async::Decl
Vadim Belman <vrurg@cpan.org>