Test2::Harness::Auditor - Auditor that validates test results by processing an event stream.
Contents
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::Auditor(3pm)
Description
The auditor is responsible for taking a stream of events and determining what is passing or failing. An
Test2::Harness::Auditor::Watcher instance is created for every job_id seen, and events for each job are
passed to the proper watcher for state management.
Maintainers
Chad Granum <exodist@cpan.org>
Name
Test2::Harness::Auditor - Auditor that validates test results by processing an event stream.
Source
The source code repository for Test2-Harness can be found at http://github.com/Test-More/Test2-Harness/.
