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

NAME

Test::Builder::TestPlan

SYNOPSIS

  use Test::Builder::TestPlan;

DESCRIPTION

This file contains both the Test::Builder::TestPlan object and a subclass, Test::Builder::NullPlan.

Test::Builder::NullPlan is roughly equivalent to plan('no_plan') in the Perl 5 Test::Builder.

PUBLIC ATTRIBUTES

Int $.expect

The number of tests expected to run.

METHODS

header returns Str

Returns a string containing the TAP header for this plan.

Returns a string containing the TAP footer for this plan.

SEE ALSO

Perl 5 Test::Builder and Test::Harness::TAP.

AUTHORS

code by chromatic <chromatic@wgz.org>

documentation by Stevan Little <stevan@iinteractive.com> and chromatic.