Lines Matching defs:isn
340 # $foo isn't empty
353 (Mnemonic: "This is that." "This isn't that.")
397 Historically we supported an C<isn't()> function as an alias of
400 will have been removed completely. Accordingly use of C<isn't()> is also
420 # separator. make this available as isn't() for perl's that support it.
422 # deprecated, so warn users of isn't() that they should use isnt()
423 # instead. We assume that if they are calling isn::t() they are doing so
424 # via isn't() as we have no way to be sure that they aren't spelling it
428 sub isn::t {
434 "Test::More::isn't() to use Test::More::isnt() as a replacement";
671 $diag = defined $thing ? "'$thing_name' isn't a '$class'" : "'$thing_name' isn't defined";
677 $diag = "The object of class '$my_class' isn't a '$class'";
683 $diag = "The reference of type '$type' isn't a '$class'";
688 $diag = "$thing_name isn't defined";
693 $diag = "$thing_name isn't a '$class'";
1148 elsif( !ref $got xor !ref $expected ) { # one's a reference, one isn't
1327 test script to die. A certain function or method isn't implemented
1328 (such as C<fork()> on MacOS), some resource isn't available (like a
1329 net connection) or a module isn't available. In these cases it's
1468 you'll know when they start passing. Sometimes this isn't possible.
1503 you need an Internet connection and one isn't available.
1807 Sometimes the Test::More interface isn't quite enough. Fortunately,