Test2::Harness::Runner(3pm) | User Contributed Perl Documentation | Test2::Harness::Runner(3pm) |
Test2::Harness::Runner - Base class for test runners
This module does the heavy lifting of running all the tests.
You should never need to create an instance of the runner yourself. In most cases the runner module is exposed via a callback or a plugin affordance.
These are attributesd with values set from the Test2::Harness::Settings instance created from command line arguments.
See App::Yath::Options::Runner for the most up to date documentation on these.
These attributes are set when the runner is created.
If a method is not documented here then it is an implementation detail and you should not use it.
The source code repository for Test2-Harness can be found at http://github.com/Test-More/Test2-Harness/.
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/
2023-10-04 | perl v5.36.0 |