##
like( $foo, qr/foo/, 'contains bar' );
isa_ok( $o, 'MyClass' );
is( $foo, 'bar', 'equals bar' );
####
is( 'apples', 'oranges', 'expecting to find some oranges' );
####
not ok 1 - expecting to find some oranges
# Failed test (-e at line 1)
# got: 'apples'
# expected: 'oranges'
####
not ok 1 - expecting to find some oranges