Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 928 Bytes

Reporter.md

File metadata and controls

30 lines (15 loc) · 928 Bytes

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 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.

SEE ALSO

Test::Async::Manual, Test::Async::Decl

AUTHOR

Vadim Belman vrurg@cpan.org