Home
last modified time | relevance | path

Searched refs:test2_stack (Results 1 – 23 of 23) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/
DSubtest_buffer_formatter.t6 use Test2::API qw/run_subtest intercept test2_stack/;
31 my $hub = test2_stack->top;
37 my $hub = test2_stack->top;
44 test2_stack->top->format(bless {}, 'Formatter::Hide');
46 my $hub = test2_stack->top;
52 my $hub = test2_stack->top;
59 test2_stack->top->format(bless {}, 'Formatter::Show');
61 my $hub = test2_stack->top;
67 my $hub = test2_stack->top;
75 my $hub = test2_stack->top;
[all …]
Dspecial_names.t13 use Test2::API qw/test2_stack/;
16 test2_stack->top;
18 my $temp_hub = test2_stack->new_hub();
46 test2_stack->pop($temp_hub);
DFormatter.t6 use Test2::API qw/intercept run_subtest test2_stack/;
38 my $hub = test2_stack->top;
60 my $hub = test2_stack->top;
74 my $hub = test2_stack->top;
Duuid.t35 my $hub = Test2::API::test2_stack->top;
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/
D721-nested-streamed-subtest.t9 use Test2::API qw/run_subtest test2_stack/;
12 test2_stack->top;
13 my $temp_hub = test2_stack->new_hub();
41 test2_stack->pop($temp_hub);
56 test2_stack->top;
57 my $temp_hub = test2_stack->new_hub();
85 test2_stack->pop($temp_hub);
Dbuffered_subtest_plan_buffered.t5 use Test2::API qw/intercept test2_stack/;
21 my $hub = test2_stack()->top;
D684-nested_todo_diag.t11 Test2::API::test2_stack->top->listen(sub { push @events => $_[1] }, inherit => 1);
Derrors_facet.t41 my $hub = Test2::API::test2_stack->top;
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/acceptance/
Dtry_it_todo.t4 use Test2::API qw/context test2_stack/;
29 my $filter = test2_stack->top->filter(sub {
47 test2_stack->top->unfilter($filter);
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/legacy/
DTAP.t14 use Test2::API qw/test2_stack context/;
52 test2_stack->top;
54 my $temp_hub = test2_stack->new_hub();
93 test2_stack->pop($temp_hub);
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Tools/
DTiny.pm185 my $hub = test2_stack->top;
256 my $handles = test2_stack->top->format->handles;
273 test2_stack->top->format->set_handles([$out_fh, $err_fh, $out_fh]);
278 test2_stack->top->format->set_handles($handles);
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Tools/
DTiny.t7 use Test2::API qw/context intercept test2_stack/;
192 test2_stack()->top->set_no_ending(0);
201 test2_stack()->top->set_no_ending(0);
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/
Dbail_out.t22 Test2::API::test2_stack()->top->set_no_ending(1);
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/
DAPI.t29 test2_stack
98 ok($CLASS->can('test2_stack')->(), 'got stack');
99 is($CLASS->can('test2_stack')->(), $CLASS->can('test2_stack')->(), "always get the same stack");
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/
Dbail_out.t71 Test2::API::test2_stack()->top->set_no_ending(1);
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy_And_Test2/
Dbuilder_loaded_late.t6 use Test2::API qw/intercept test2_stack/;
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
DIPC.pm47 apply_ipc(test2_stack());
DAPI.pm211 sub test2_stack { $INST->stack } subroutine
250 my $stack = test2_stack();
252 my ($hub) = Test2::API::test2_stack->all;
DTransition.pod472 use Test2::API qw/test2_stack/;
474 test2_stack->top->format->encoding('utf8');
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/
DTester.pm120 my $hub = $t->{Hub} || ($t->{Stack} ? $t->{Stack}->top : Test2::API::test2_stack->top);
337 my $hub = $t->{Hub} || Test2::API::test2_stack->top;
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/regression/
D746-forking-subtest.t5 use Test2::API qw/context intercept test2_stack/;
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/
DContext.t9 test2_stack
161 $hub = test2_stack()->top;
236 hub => test2_stack()->top,
263 my $hub = test2_stack()->top;
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
DBuilder.pm169 $self->{Stack} = Test2::API::test2_stack();