The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

TAPx::Harness::Compatible::Point - object for tracking a single test point

SYNOPSIS

One TAPx::Harness::Compatible::Point object represents a single test point.

CONSTRUCTION

new()

    my $point = new TAPx::Harness::Compatible::Point;

Create a test point object.

from_test_line( $line )

Constructor from a TAP test line, or empty return if the test line is not a test line.

ACCESSORS

Each of the following fields has a getter and setter method.

  • ok

  • number

TO DOCUMENT

add_diagnostic

TODO: Document add_diagnostic

description

TODO: Document description

diagnostics

TODO: Document diagnostics

directive

TODO: Document directive

directive_reason

TODO: Document directive_reason

directive_type

TODO: Document directive_type

from_test_line

TODO: Document from_test_line

is_skip

TODO: Document is_skip

is_todo

TODO: Document is_todo

pass

TODO: Document pass

reason

TODO: Document reason

set_description

TODO: Document set_description

set_directive

TODO: Document set_directive

set_directive_reason

TODO: Document set_directive_reason

set_directive_type

TODO: Document set_directive_type

set_number

TODO: Document set_number

set_ok

TODO: Document set_ok

type

TODO: Document type