|
NAMETest2::Harness::Runner - Base class for test runnersDESCRIPTIONThis 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. PUBLIC METHODSFROM SETTINGSThese 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.
FROM CONSTRUCTIONThese attributes are set when the runner is created.
OTHER PUBLIC METHODSIf a method is not documented here then it is an implementation detail and you should not use it.
SOURCEThe source code repository for Test2-Harness can be found at http://github.com/Test-More/Test2-Harness/.MAINTAINERS
AUTHORS
COPYRIGHTCopyright 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/
Visit the GSP FreeBSD Man Page Interface. |