The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

TAP::Formatter::JUnit::PrintTxtStdout - improve TAP::Formatter::JUnit to print txt result to stdout

SYNOPSIS

   prove --formatter TAP::Formatter::JUnit::PrintTxtStdout ...

DESCRIPTION

METHODS

INHERITED METHODS

TAP::Formatter::JUnit

add_testsuite, clear_xml, has_xml, new, open_test, testsuites, xml

TAP::Formatter::Base

prepare, quiet, really_quiet, silent, verbose

TAP::Base

GOT_TIME_HIRES, callback, get_time, get_times, time_is_hires

TAP::Object

mk_methods

Moose::Object

BUILDALL, BUILDARGS, DEMOLISHALL, DOES, does, dump

summary

Prints the summary report (in txt) after all tests are run.

SEE ALSO