1Test2::Event::Subtest(3U)ser Contributed Perl DocumentatiToenst2::Event::Subtest(3)
2
3
4

NAME

6       Test2::Event::Subtest - Event for subtest types
7

DESCRIPTION

9       This class represents a subtest. This class is a subclass of
10       Test2::Event::Ok.
11

ACCESSORS

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

SOURCE

24       The source code repository for Test2 can be found at
25       http://github.com/Test-More/test-more/.
26

MAINTAINERS

28       Chad Granum <exodist@cpan.org>
29

AUTHORS

31       Chad Granum <exodist@cpan.org>
32
34       Copyright 2018 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.26.3                      2018-03-30          Test2::Event::Subtest(3)
Impressum