内容

名称

Test2::Event::Pass - 用于简单通过断言的事件

描述

这是通过断言的最佳表示形式。

概要

use Test2::API qw/context/;

sub pass {
    my ($name) = @_;
    my $ctx = context();
    $ctx->pass($name);
    $ctx->release;
}

源代码

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/