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

See the template.

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.

A string, "OK" or "FAILED"
Just the name of the test. Should be overridden to contain a proper path.
The test's test cases, split into rows close to 50 elements in size.
The structure returned is:
[ { cases => [ case, case, ... ] }, { cases => [ ... ] }, ... ];
This method overrides "subtest_class" in Test::TAP::Model::File to return Test::TAP::Model::Subtest::Visual.