1Test2::Event::Subtest(3U)ser Contributed Perl DocumentatiToenst2::Event::Subtest(3)
2
3
4
6 Test2::Event::Subtest - Event for subtest types
7
9 This class represents a subtest. This class is a subclass of
10 Test2::Event::Ok.
11
13 This class inherits from Test2::Event::Ok.
14
15 $arrayref = $e->subevents
16 Returns the arrayref containing all the events from the subtest
17
18 $bool = $e->buffered
19 True if the subtest is buffered, that is all subevents render at
20 once. If this is false it means all subevents render as they are
21 produced.
22
24 The source code repository for Test2 can be found at
25 http://github.com/Test-More/test-more/.
26
28 Chad Granum <exodist@cpan.org>
29
31 Chad Granum <exodist@cpan.org>
32
34 Copyright 2020 Chad Granum <exodist@cpan.org>.
35
36 This program is free software; you can redistribute it and/or modify it
37 under the same terms as Perl itself.
38
39 See http://dev.perl.org/licenses/
40
41
42
43perl v5.32.1 2021-01-27 Test2::Event::Subtest(3)