内容

名称

Test2::Event::Note - 注释事件类型

说明

注释,通常呈现到 STDOUT。

语法

use Test2::API qw/context/;
use Test2::Event::Note;

my $ctx = context();
my $event = $ctx->Note($message);

访问器

$note->message

注释的消息。

源代码

Test2 的源代码存储库位于 http://github.com/Test-More/test-more/

维护者

Chad Granum <[email protected]>

作者

Chad Granum <[email protected]>

版权

版权所有 2020 Chad Granum <[email protected]>。

本程序是免费软件;您可以在与 Perl 自身相同的条款下重新分发或修改它。

请参阅 https://dev.perl5.cn/licenses/