| TAP::Formatter::Console::Session - Harness output delegate for default console output |
TAP::Formatter::Console::Session - Harness output delegate for default console output
Version 3.10
This provides console orientated output formatting for TAP::Harness.
new
my %args = (
formatter => $self,
)
my $harness = TAP::Formatter::Console::Session->new( \%args );
The constructor returns a new TAP::Formatter::Console::Session object.
headerOutput test preamble
resultCalled by the harness for each line of TAP it receives.
close_testCalled to close a test session.
| TAP::Formatter::Console::Session - Harness output delegate for default console output |