Searched refs:test2_no_wait (Results 1 – 3 of 3) sorted by relevance
30 test2_no_wait150 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");
241 sub test2_no_wait { subroutine
29 Test2::API::test2_no_wait(1);