1Test2::Harness::AuditorU(s3e)r Contributed Perl DocumentaTteisotn2::Harness::Auditor(3)
2
3
4
6 Test2::Harness::Auditor - Auditor that validates test results by
7 processing an event stream.
8
10 The auditor is responsible for taking a stream of events and
11 determining what is passing or failing. An
12 Test2::Harness::Auditor::Watcher instance is created for every job_id
13 seen, and events for each job are passed to the proper watcher for
14 state management.
15
17 The source code repository for Test2-Harness can be found at
18 http://github.com/Test-More/Test2-Harness/.
19
21 Chad Granum <exodist@cpan.org>
22
24 Chad Granum <exodist@cpan.org>
25
27 Copyright 2020 Chad Granum <exodist7@gmail.com>.
28
29 This program is free software; you can redistribute it and/or modify it
30 under the same terms as Perl itself.
31
32 See http://dev.perl.org/licenses/
33
34
35
36perl v5.34.1 2022-07-11 Test2::Harness::Auditor(3)