Test2::Event::Bail(3p) Perl Programmers Reference Guide
Test2::Event::Bail(3p) Perl Programmers Reference Guide # Test2::Event::Bail(3p) Perl Programmers Reference Guide NNAAMMEE # Test2::Event::Bail - Bailout! DDEESSCCRRIIPPTTIIOONN # The bailout event is generated when things go horribly wrong and you need to halt all testing in the current file. SSYYNNOOPPSSIISS # use Test2::API qw/context/; use Test2::Event::Bail; my $ctx = context(); my $event = $ctx->bail('Stuff is broken'); MMEETTHHOODDSS # Inherits from Test2::Event. Also defines: $reason = $e->reason The reason for the bailout. ...