内容

名称

Test2::Event::Bail - 退出!

说明

当事情变得非常糟糕,你需要停止当前文件中的所有测试时,将生成退出事件。

概要

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

my $ctx = context();
my $event = $ctx->bail('Stuff is broken');

方法

继承自 Test2::Event。还定义了

$reason = $e->reason

退出原因。

源代码

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/