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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm24 is isnt like unlike is_deeply
74 unlike($this, qr/that/, $test_name);
377 =item B<unlike>
379 unlike( $this, qr/that/, $test_name );
386 sub unlike { subroutine
387 $Test->unlike(@_);
H A DBuilder.pm481 =item B<unlike>
483 $Test->unlike($this, qr/$regex/, $name);
484 $Test->unlike($this, '/$regex/', $name);
486 Like Test::More's unlike(). Checks if $this B<does not match> the
498 sub unlike { subroutine

Completed in 22 milliseconds