内容

名称

Test2::Event::Exception - 异常事件

描述

异常事件会显示在 STDERR 上,并且会阻止整个测试文件通过。

概要

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

my $ctx = context();
my $event = $ctx->send_event('Exception', error => 'Stuff is broken');

方法

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

$reason = $e->error

异常的原因。

注意事项

请注意,所有异常在构造期间都会被字符串化。

源代码

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/