TAP::Formatter::JUnit::Session(3pm) | User Contributed Perl Documentation | TAP::Formatter::JUnit::Session(3pm) |
TAP::Formatter::JUnit::Session - Harness output delegate for JUnit output
"TAP::Formatter::JUnit::Session" provides JUnit output formatting for "TAP::Harness".
Internally, all of the TAP is added to a queue until we hit the start of the "next" test (at which point we flush the queue. This allows us to capture any error output or diagnostic info that comes after a test failure.
Flushes the queue if we've got anything left in it, dumps the JUnit to disk (if necessary), and adds the XML for this test suite to our formatter.
Graham TerMarsch <cpan@howlingfrog.com>
Copyright 2008-2010, Graham TerMarsch. All Rights Reserved.
This is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
TAP::Formatter::JUnit.
2022-07-03 | perl v5.34.0 |