Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Test::Unit::Runner::XML 0.1

    Download button

    No screenshots available
    Downloads: 397  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Excellent (5.0/5)
    1 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Andrew Eland | More programs
    Perl Artistic License / FREE
    June 14th, 2007, 02:05 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Test::Unit::Runner::XML description

    A Perl module that can generate XML reports from unit test results

    Test::Unit::Runner::XML is a Perl module that can generate XML reports from unit test results.

    SYNOPSIS

    use Test::Unit::Runner::XML;

    mkdir("test_reports");
    my $runner = Test::Unit::Runner::XML->new("test-reports");
    $runner->start($test);
    exit(!$runner->all_tests_passed());

    Test::Unit::Runner::XML generates XML reports from unit test results. The reports are in the same format as those produced by Ant's JUnit task, allowing them to be used with Java continuous integration and reporting tools.

    CONSTRUCTOR

    Test::Unit::Runner::XML->new($directory)
    Construct a new runner that will write XML reports into $directory


    METHODS

    start

    $runner->start($test);

    Run the Test::Unit::Test $test and generate XML reports from the results.

    all_tests_passed

    exit(!$runner->all_tests_passed());

    Return true if all tests executed by $runner since it was constructed passed.


    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    generate XML reports | unit test results | Perl module | Perl | XML | unit

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM