Home
last modified time | relevance | path

Searched refs:test2_no_wait (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/
DAPI.t30 test2_no_wait
150 ok(!$CLASS->can('test2_no_wait')->(), "no_wait is not set");
151 $CLASS->can('test2_no_wait')->(1);
152 ok($CLASS->can('test2_no_wait')->(), "no_wait is set");
153 $CLASS->can('test2_no_wait')->(undef);
154 ok(!$CLASS->can('test2_no_wait')->(), "no_wait is not set");
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
DAPI.pm241 sub test2_no_wait { subroutine
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
DBuilder.pm29 Test2::API::test2_no_wait(1);