Test2::Harness::Run - Representation of a set of tests to run, and their options.
Contents
Attributes
These are set at construction time and cannot be modified.
See App::Yath::Options::Run for more documentation on these.
FROMOPTIONS
$bool = $run->author_testing
$hashref = $run->env_vars
$bool = $run->event_uuids
$arrayref = $run->fields
$string = $run->input
$path = $run->input_file
$bool = $run->io_events
$arrayref = $run->links
$arrayref = $run->load
$hashref = $run->load_import
$bool = $run->mem_usage
$int = $run->retry
$bool = $run->retry_isolated
$string = $run->run_id
$arrayref = $run->test_args
$bool = $run->unsafe_inc
$bool = $run->use_stream
OTHER
$hashref = $run->meta
meta-data plugins may have attached.
Copyright
Copyright 2020 Chad Granum <exodist7@gmail.com>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl
itself.
See http://dev.perl.org/licenses/
perl v5.40.1 2025-05-23 Test2::Harness::Run(3pm)
Description
Maintainers
Chad Granum <exodist@cpan.org>
Methods
$path = $run->run_dir($workdir)
Returns the path "$workdir/$run_id".
$hashref = $run->queue_item(\@PLUGINS)
Gets the queue item that represents this object.
Name
Test2::Harness::Run - Representation of a set of tests to run, and their options.
Source
The source code repository for Test2-Harness can be found at http://github.com/Test-More/Test2-Harness/.
