Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 879 Bytes

Reporter.md

File metadata and controls

33 lines (17 loc) · 879 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

COPYRIGHT

(c) 2020-2023, Vadim Belman [email protected]

LICENSE

Artistic License 2.0

See the LICENSE file in this distributio