Test2::Event::Note - 注释事件类型
注释,通常呈现到 STDOUT。
use Test2::API qw/context/;
use Test2::Event::Note;
my $ctx = context();
my $event = $ctx->Note($message);
注释的消息。
Test2 的源代码存储库位于 http://github.com/Test-More/test-more/。
版权所有 2020 Chad Granum <[email protected]>。
本程序是免费软件;您可以在与 Perl 自身相同的条款下重新分发或修改它。
请参阅 https://dev.perl5.cn/licenses/