1Test::Run::Straps::EvenUtsWerrapCpoenrt(r3i)buted Perl DToecsutm:e:nRtuant:i:oSntraps::EventWrapper(3)
2
3
4
6 Test::Run::Straps::EventWrapper - a wrapper for a TAP::Parser::Result
7 subclass which delegates to its methods and has its own methods.
8
10 TAP::Parser's next() method returns a sub-class of TAP::Parser::Result.
11 However, we need to define our own methods on such objects. Since we
12 cannot inherit from all the sub-classes, we have created this class
13 which holds an instance of the actual events, delegates some methods to
14 it, and defines some of its own methods.
15
16 $event->is_pass()
17 Returns whether the event can be considered a passed event. Always
18 returns a scalar boolean.
19
20 $self->get_next_test_number()
21 If this event is a test, then return the next expected test number.
22 Else return undef.
23
25 Test::Run::Straps, Test::Run::Obj, Test::Run::Core
26
28 This file is licensed under the MIT X11 License:
29
30 http://www.opensource.org/licenses/mit-license.php
31
33 Shlomi Fish, <http://www.shlomifish.org/>.
34
35
36
37perl v5.36.0 2023-01-20Test::Run::Straps::EventWrapper(3)