TAP::Formatter::Console::Session.3pm-3.09

Langue: en

Version: 2008-02-08 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

NAME

TAP::Formatter::Console::Session - Harness output delegate for default console output

VERSION

Version 3.09

DESCRIPTION

This provides console orientated output formatting for TAP::Harness.

SYNOPSIS

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.

"formatter"
"parser"
"name"

"header"

Output test preamble

"result"

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

"close_test"

Called to close a test session.