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


Test-TAP-HTMLMatrix documentation  | view source Contained in the Test-TAP-HTMLMatrix distribution.

Index


NAME

Top

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

SYNOPSIS

Top

	See the template.

DESCRIPTION

Top

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

Top

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.


Test-TAP-HTMLMatrix documentation  | view source Contained in the Test-TAP-HTMLMatrix distribution.