The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

SmokeRunner::Multi::Runner::TAPArchive - Runner subclass which creates a TAP archive file

SYNOPSIS

  my $runner = SmokeRunner::Multi::Runner::TAPArchive->new( set => $set );

  $runner->run_tests();

  my $archive_file = $runner->tap_archive_file;

DESCRIPTION

This subclass runs tests to produce a .tar.gz file which contains a set of TAP files for a test run. Each file contains the output from a single test file, with a .tap extension. In addition to the TAP files, a meta.yml file is included which contains extra information about the test run.

METHODS

This class provides the following methods:

SmokeRunner::Multi::Runner::TAPArchive->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->tap_archive_file()

This returns the filename of the resulting TAP archive.

AUTHOR

Michael Peters, <mpeters@plusthree.com> 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.