TAP::Harness::JUnit

Generate JUnit compatible output from TAP results
Download

TAP::Harness::JUnit Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Lubomir Rintel
  • Publisher web site:
  • http://search.cpan.org/~lkundrak/

TAP::Harness::JUnit Tags


TAP::Harness::JUnit Description

Generate JUnit compatible output from TAP results , that causes the output to be formatted into XML in format similar to one that is produced by JUnit testing framework.SYNOPSIS use TAP::Harness::JUnit; my $harness = TAP::Harness::JUnit->new({ xmlfile => 'output.xml', ... }); $harness->runtests(@tests); Requirements: · Perl


TAP::Harness::JUnit Related Software