1Test2::EventFacet::AmneUssteyr(3C)ontributed Perl DocumeTnetsatt2i:o:nEventFacet::Amnesty(3)
2
3
4
6 Test2::EventFacet::Amnesty - Facet for assertion amnesty.
7
9 This package represents what is expected in units of amnesty.
10
12 This facet appears in a list instead of being a single item.
13
15 $string = $amnesty->{details}
16 $string = $amnesty->details()
17 Human readable explanation of why amnesty was granted.
18
19 Example: Not implemented yet, will fix
20
21 $short_string = $amnesty->{tag}
22 $short_string = $amnesty->tag()
23 Short string (usually 10 characters or less, not enforced, but may
24 be truncated by renderers) categorizing the amnesty.
25
26 $bool = $amnesty->{inherited}
27 $bool = $amnesty->inherited()
28 This will be true if the amnesty was granted to a parent event and
29 inherited by this event, which is a child, such as an assertion
30 within a subtest that is marked todo.
31
33 The source code repository for Test2 can be found at
34 http://github.com/Test-More/test-more/.
35
37 Chad Granum <exodist@cpan.org>
38
40 Chad Granum <exodist@cpan.org>
41
43 Copyright 2019 Chad Granum <exodist@cpan.org>.
44
45 This program is free software; you can redistribute it and/or modify it
46 under the same terms as Perl itself.
47
48 See http://dev.perl.org/licenses/
49
50
51
52perl v5.30.0 2019-09-06 Test2::EventFacet::Amnesty(3)