1Test2::Harness::Run(3)User Contributed Perl DocumentationTest2::Harness::Run(3)
2
3
4

NAME

6       Test2::Harness::Run - Representation of a set of tests to run, and
7       their options.
8

DESCRIPTION

ATTRIBUTES

11       These are set at construction time and cannot be modified.
12
13       See App::Yath::Options::Run for more documentation on these.
14
15   FROM OPTIONS
16       $bool = $run->author_testing
17       $hashref = $run->env_vars
18       $bool = $run->event_uuids
19       $arrayref = $run->fields
20       $string = $run->input
21       $path = $run->input_file
22       $bool = $run->io_events
23       $arrayref = $run->links
24       $arrayref = $run->load
25       $hashref = $run->load_import
26       $bool = $run->mem_usage
27       $int = $run->retry
28       $bool = $run->retry_isolated
29       $string = $run->run_id
30       $arrayref = $run->test_args
31       $bool = $run->unsafe_inc
32       $bool = $run->use_stream
33
34   OTHER
35       $hashref = $run->meta
36           meta-data plugins may have attached.
37

METHODS

39       $path = $run->run_dir($workdir)
40           Returns the path "$workdir/$run_id".
41
42       $hashref = $run->queue_item(\@PLUGINS)
43           Gets the queue item that represents this object.
44

SOURCE

46       The source code repository for Test2-Harness can be found at
47       http://github.com/Test-More/Test2-Harness/.
48

MAINTAINERS

50       Chad Granum <exodist@cpan.org>
51

AUTHORS

53       Chad Granum <exodist@cpan.org>
54
56       Copyright 2020 Chad Granum <exodist7@gmail.com>.
57
58       This program is free software; you can redistribute it and/or modify it
59       under the same terms as Perl itself.
60
61       See http://dev.perl.org/licenses/
62
63
64
65perl v5.32.0                      2020-07-28            Test2::Harness::Run(3)
Impressum