NAME

TestToolkit - Convenient tools to simplify test script construction.

exception noexception

[no]exception( 'test description', sub { code fragment } );

Executes the supplied code fragment and reports a raised exception or warning using the Test::More ok() mechanism.

NonFatalBegin NonFatalEnd

Tests that are between these functions will always appear to succeed. The failure report itself is not suppressed.