MAN page from OpenSuSE perl-Perlito5-9.028-lp156.4.1.noarch.rpm
Perlito5X::Test2::Hub::Subtest
Section: User Contributed Perl Documentation (3)
Updated: 2024-12-05
Index NAME
Test2::Hub::Subtest - Hub used by subtests
DESCRIPTION
Subtests make use of this hub to route events.
TOGGLES
- $bool = $hub->manual_skip_all
- $hub->set_manual_skip_all($bool)
- The default is false.
Normally a skip-all plan event will cause a subtest to stop executing. This isaccomplished via "last LABEL" to a label inside the subtest code. Most of thetime this is perfectly fine. There are times however where this flow controlcauses bad things to happen.
This toggle lets you turn off the abort logic for the hub. When this is toggledto true you are responsible for ensuring no additional events are generated.
SOURCE
The source code repository for Test2 can be found at
http://github.com/Test-More/test-more/.
MAINTAINERS
- Chad Granum <exodistAATTcpan.org>
AUTHORS
- Chad Granum <exodistAATTcpan.org>
COPYRIGHT
Copyright 2016 Chad Granum <exodistAATTcpan.org>.
This program is free software; you can redistribute it and/ormodify it under the same terms as Perl itself.
See http://dev.perl.org/licenses/
Index
- NAME
- DESCRIPTION
- TOGGLES
- SOURCE
- MAINTAINERS
- AUTHORS
- COPYRIGHT
This document was created byman2html,using the manual pages.