Test2-Eventfacet-Assert

Test2::EventFacet::Assert(3p) Perl Programmers Reference Guide

Test2-Eventfacet-Assert

Test2::EventFacet::Assert(3p) Perl Programmers Reference Guide # Test2::EventFacet::Assert(3p) Perl Programmers Reference Guide NNAAMMEE # Test2::EventFacet::Assert - Facet representing an assertion. DDEESSCCRRIIPPTTIIOONN # The assertion facet is provided by any event representing an assertion that was made. FFIIEELLDDSS # $string = $assert->{details} $string = $assert->ddeettaaiillss(()) Human readable description of the assertion. $bool = $assert->{pass} $bool = $assert->ppaassss(()) True if the assertion passed. $bool = $assert->{no_debug} $bool = $assert->nnoo__ddeebbuugg(()) Set this to true if you have provided custom diagnostics and do not want the defaults to be displayed. ...