TAP::Parser::Result::Test(3p) Perl Programmers Reference Guide
TAP::Parser::Result::Test(3p) Perl Programmers Reference Guide # TAP::Parser::Result::Test(3p) Perl Programmers Reference Guide NNAAMMEE # TAP::Parser::Result::Test - Test result token. VVEERRSSIIOONN # Version 3.44 DDEESSCCRRIIPPTTIIOONN # This is a subclass of TAP::Parser::Result. A token of this class will be returned if a test line is encountered. 1..1 ok 1 - woo hooo! OOVVEERRRRIIDDDDEENN MMEETTHHOODDSS # This class is the workhorse of the TAP::Parser system. Most TAP lines will be test lines and if "$result->is_test", then you have a bunch of methods at your disposal. ...