NAME
SmokeRunner::Multi::Runner::Smolder - Runner subclass which uses Test::TAP::Model and produces XML
SYNOPSIS
my $runner = SmokeRunner::Multi::Runner::Smolder->new( set => $set );
$runner->run_tests();
my $output = $runner->output();
DESCRIPTION
This subclass runs tests using Test::TAP::Model
and returns XML output suitable for Smolder.
METHODS
This class provides the following methods:
SmokeRunner::Multi::Runner::Smolder->new(...)
This method creates a new runner object. It requires one parameter:
set
A
SmokeRunner::Multi::TestSet
object.
$runner->run_tests()
This method runs the tests.
$runner->output()
This returns an XML string in the format expected by Smolder (as of Smolder 1.01). Basically, this reimplements the xml()
method of Test::TAP::XML
, but makes it work with the latest versions of Test::TAP::Model
.
AUTHOR
Dave Rolsky, <autarch@urth.org>
BUGS
Please report any bugs or feature requests to bug-smokerunner-multi@rt.cpan.org
, or through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
COPYRIGHT & LICENSE
Copyright 2007 LiveText, Inc., All Rights Reserved.
This program is free software; you can redistribute it and /or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.