GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Test::TAP::Model::File::Visual(3) User Contributed Perl Documentation Test::TAP::Model::File::Visual(3)

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.

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"
link
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.
2005-07-13 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.