Searched defs:can_ok (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm31 can_ok isa_ok
94 can_ok($module, @methods);
429 =item B<can_ok>
431 can_ok($module, @methods);
432 can_ok($object, @methods);
437 can_ok('Foo', qw(this that whatever));
449 No matter how many @methods you check, a single can_ok() call counts
453 can_ok('Foo', $meth);
458 sub can_ok ($@) { subroutine
464 $Test->diag(' can_ok() calle
[all...]

Completed in 21 milliseconds