1Test2::Harness::CollectUosre(r3)Contributed Perl DocumenTteastti2o:n:Harness::Collector(3)
2
3
4
6 Test2::Harness::Collector - Module that collects test output and
7 provides it as an event stream.
8
10 This module is responsible for reading and parsing the output produced
11 by multiple jobs running under yath.
12
13 This module is not intended for external use, it is an implementation
14 detail and can change at any time. Currently instances of this module
15 are not passed to any plugins or callbacks.
16
17 If you need a collector for a third-party command you should look at
18 App::Yath::Command::collector. When a command needs a collector (such
19 as App::Yath::Command::test does) it normally spawns a collector
20 process by execuing "yath collector". The "start_collector()"
21 subroutine in App::Yath::Command::test is a good place to look for more
22 details.
23
25 The source code repository for Test2-Harness can be found at
26 http://github.com/Test-More/Test2-Harness/.
27
29 Chad Granum <exodist@cpan.org>
30
32 Chad Granum <exodist@cpan.org>
33
35 Copyright 2020 Chad Granum <exodist7@gmail.com>.
36
37 This program is free software; you can redistribute it and/or modify it
38 under the same terms as Perl itself.
39
40 See http://dev.perl.org/licenses/
41
42
43
44perl v5.32.1 2021-03-12 Test2::Harness::Collector(3)