GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TAP::Formatter::JUnit::Session(3) User Contributed Perl Documentation TAP::Formatter::JUnit::Session(3)

TAP::Formatter::JUnit::Session - Harness output delegate for JUnit output

"TAP::Formatter::JUnit::Session" provides JUnit output formatting for "TAP::Harness".

_initialize($arg_for)
Over-ridden private initializer, so we can accept a new "passing_todo_ok" argument at instantiation time.
result($result)
Called by the harness for each line of TAP it receives.

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.

close_test()
Called to close the test session.

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.

dump_junit_xml($testsuite)
Dumps the JUnit for the given XML $testsuite, to the directory specified by "PERL_TEST_HARNESS_DUMP_TAP".
add_testcase($case)
Adds an XML test $case to the list of testcases we've run in this session.
xml()
Returns a new "XML::Generator" to generate XML output. This is simply a shortcut to "$self->formatter->xml()".

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-04-08 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.