1Test::Run::Straps::EvenUtsWerrapCpoenrt(r3ipbmu)ted PerlTeDsotc:u:mReunnt:a:tSitornaps::EventWrapper(3pm)
2
3
4

NAME

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

DESCRIPTION

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

SEE ALSO

25       Test::Run::Straps, Test::Run::Obj, Test::Run::Core
26

LICENSE

28       This file is licensed under the MIT X11 License:
29
30       http://www.opensource.org/licenses/mit-license.php
31

AUTHOR

33       Shlomi Fish, <http://www.shlomifish.org/>.
34
35
36
37perl v5.38.0                      2023-07-2T1est::Run::Straps::EventWrapper(3pm)
Impressum