Virtual Solutions : WebmasterCorner : Other Resources : Documentation : Perl Modules : Home
Test::Harness::Point
Test::Harness::Point - object for tracking a single test point
One Test::Harness::Point object represents a single test point.
my $point = new Test::Harness::Point;
Create a test point object.
Constructor from a TAP test line, or empty return if the test line
is not a test line.
Each of the following fields has a getter and setter method.
- ok
- number
© Copyright 1997 - 2011 Virtual Solutions. All Rights Reserved.
|