Searched refs:no_context (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/ |
| D | API.t | 22 no_context 198 is($outer->trace, $middle->trace, "got the same context before calling no_context"); 200 Test2::API::no_context { 202 ok($inner->trace != $outer->trace, "Got a different context inside of no_context()"); 216 is($outer->trace, $middle->trace, "got the same context before calling no_context"); 218 Test2::API::no_context { 220 … ok($inner->trace != $outer->trace, "Got a different context inside of no_context({}, hid)"); 235 is($outer->trace, $middle->trace, "got the same context before calling no_context"); 238 Test2::API::no_context { 240 … ok($inner->trace != $outer->trace, "Got a different context inside of no_context({}, hid)");
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/ |
| D | API.pm | 353 sub no_context(&;$) { subroutine
|