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。还定义了
异常的原因。
请注意,所有异常在构造期间都会被字符串化。
Test2 的源代码存储库可以在 http://github.com/Test-More/test-more/ 中找到。
版权所有 2020 Chad Granum <[email protected]>。
本程序是免费软件;您可以在与 Perl 自身相同的条款下重新分发和/或修改它。
请参阅 https://dev.perl5.cn/licenses/