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

NAME

Test::TAP::Model::File::Visual - A test file with additional display oriented methods.

SYNOPSIS

        See the template.

DESCRIPTION

This module is a subclass of Test::TAP::Model::File that provides some methods that ease display.

It also inherits from Test::TAP::Model::Colorful, which provides additional methods.

METHODS

cases

An overridden version of "cases" in Test::TAP::Model::File which will return a single stub case if the case list is actually empty.

str_status

A string, "OK" or "FAILED"

Just the name of the test. Should be overridden to contain a proper path.

case_rows

The test's test cases, split into rows close to 50 elements in size.

The structure returned is:

        [ { cases => [ case, case, ... ] }, { cases => [ ... ] }, ... ];
subtest_class

This method overrides "subtest_class" in Test::TAP::Model::File to return Test::TAP::Model::Subtest::Visual.

desc_string ?$new_value

A short descriptive string used to distinguish this file from others in the various report views.