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

NAME

TAP::Spec::TestSet - A set of related TAP tests

VERSION

version 0.07_991

ATTRIBUTES

body

Required: The testset body (contains the test results, as well as any bail-outs, and any comment lines outside of the headers). Is a TAP::Spec::Body.

plan

Required: The test plan. Is a TAP::Spec::Plan.

version

Computed: The TAP spec version. If a version is present in the header, it is used, otherwise version 12 is assumed.

Required: The TAP header. Is a TAP::Spec::Header.

Required: The TAP footer. Is a TAP::Spec::Footer.

METHODS

$testset->as_tap

TAP representation.

$testset->passed

Whether the testset is considered to have passed. A testset passes if a plan was found, and the number of tests executed matches the number of tests planned, and all tests are passing.

AUTHOR

Andrew Rodland <arodland@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Andrew Rodland.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.