Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

TAP::Formatter::Session

Name TAP::Formatter::Session
Version 3.42
Located at /usr/share/perl5/vendor_perl
File /usr/share/perl5/vendor_perl/TAP/Formatter/Session.pm
Is Core No
Search CPAN for this module TAP::Formatter::Session
Documentation TAP::Formatter::Session
Module Details TAP::Formatter::Session

NAME

TAP::Formatter::Session - Abstract base class for harness output delegate


VERSION

Version 3.42


METHODS

Class Methods

new

 my %args = (
    formatter => $self,
 )
 my $harness = TAP::Formatter::Console::Session->new( \%args );

The constructor returns a new TAP::Formatter::Console::Session object.

header

Output test preamble

result

Called by the harness for each line of TAP it receives.

close_test

Called to close a test session.

clear_for_close

Called by close_test to clear the line showing test progress, or the parallel test ruler, prior to printing the final test result.

time_report

Return a formatted string about the elapsed (wall-clock) time and about the consumed CPU time.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024