Home
last modified time | relevance | path

Searched refs:sets_plan (Results 1 – 13 of 13) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/
DGeneric.pm64 sub sets_plan { subroutine
66 return unless $self->{sets_plan};
67 return @{$self->{sets_plan}};
123 delete $self->{sets_plan};
130 $self->{sets_plan} = $plan;
DPass.pm27 sub sets_plan { () } subroutine
DFail.pm26 sub sets_plan { () } subroutine
DPlan.pm40 sub sets_plan { subroutine
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/
DGeneric.t57 for my $f (qw/callback terminate global sets_plan/) {
66 qr/'sets_plan' must be an array reference/,
71 is_deeply([$e->sets_plan], [0, skip => 'cause'], "sets_plan returns a list, not a ref");
73 ok(!exists $e->{sets_plan}, "Removed sets_plan key");
74 ok(!$e->sets_plan, "sets_plan is cleared");
DFail.t19 is($one->sets_plan, undef, 'sets_plan');
DPass.t19 is($one->sets_plan, undef, 'sets_plan');
DPlan.t14 is_deeply( [$plan->sets_plan], [100, '', undef], "Got plan details");
25 is_deeply( [$plan->sets_plan], [0, 'SKIP', 'foo'], "Got skip details");
31 is_deeply( [$plan->sets_plan], [0, 'NO PLAN', undef], "Got 'NO PLAN' details");
DV2.t20 causes_fail diagnostics global increments_count no_display sets_plan
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Util/
DFacets2Legacy.t110 tests sets_plan => sub {
111 is_deeply( [sets_plan({})], [], "No plan by default");
114 [sets_plan({plan => {}})],
120 [sets_plan({plan => {count => 100}})],
126 [sets_plan({plan => {count => 0, none => 1}})],
132 [sets_plan({plan => {count => 0, skip => 1}})],
138 [sets_plan({plan => {count => 0, skip => 1, details => 'foo bar'}})],
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
DEvent.pm82 sub sets_plan { () } subroutine
188 if (my @plan = $self->sets_plan) {
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Util/
DFacets2Legacy.pm81 sub sets_plan { subroutine
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/
DEvent.t74 sets_plan => undef,
585 sets_plan => undef,