my %args = (
formatter => $self,
)
my $harness = TAP::Formatter::Console::Session->new( \%args );
The constructor returns a new "TAP::Formatter::Console::Session" object.
Output test preamble
Called by the harness for each line of TAP it receives.
Called to close a test session.
Called by "close_test" to clear the line showing test progress, or the parallel test ruler, prior to printing the final test result.