Test2::EventFacet::Plan - Facet for setting the plan |
Test2::EventFacet::Plan - Facet for setting the plan
Events use this facet when they need to set the plan.
details()
skip
field is also set.
count()
0
when
skip
or none
are also set.
skip()
details
field, and a control
facet that has
terminate
set to 0
.
none()
no
plan
, a construct that predates the much better done_testing()
.
If you are using this in non-legacy code you may need to reconsider the course of your life, maybe a hermitage would suite you?
The source code repository for Test2 can be found at http://github.com/Test-More/test-more/.
Copyright 2019 Chad Granum <exodist@cpan.org>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://dev.perl.org/licenses/
Test2::EventFacet::Plan - Facet for setting the plan |