TAP::Formatter::Session

TAP::Formatter::Session

NAME

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

VERSION

Version 3.35

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.