1Test::Stream::Event::SuUbsteerstC(o3n)tributed Perl DocuTmeesntt:a:tSitorneam::Event::Subtest(3)
2
3
4
6 Test::Stream::Event::Subtest - Event for subtest types
7
9 This distribution is deprecated in favor of Test2, Test2::Suite, and
10 Test2::Workflow.
11
12 See Test::Stream::Manual::ToTest2 for a conversion guide.
13
15 This class represents a subtest. This class is a subclass of
16 Test::Stream::Event::Ok.
17
19 This class inherits from Test::Stream::Event::Ok.
20
21 $arrayref = $e->subevents
22 Returns the arrayref containing all the events from the subtest
23
24 $bool = $e->buffered
25 True if the subtest is buffered, that is all subevents render at
26 once. If this is false it means all subevents render as they are
27 produced.
28
30 The source code repository for Test::Stream can be found at
31 http://github.com/Test-More/Test-Stream/.
32
34 Chad Granum <exodist@cpan.org>
35
37 Chad Granum <exodist@cpan.org>
38
40 Copyright 2015 Chad Granum <exodist7@gmail.com>.
41
42 This program is free software; you can redistribute it and/or modify it
43 under the same terms as Perl itself.
44
45 See http://dev.perl.org/licenses/
46
47
48
49perl v5.32.1 2021-01-27 Test::Stream::Event::Subtest(3)