Lines Matching full:should
19 is($open_success,undef,"Open should fail");
21 isnt($@,"",'$@ should not be empty');
23 is(ref($@),"",'$@ should not be a reference or object');
25 like($@, qr/Failed to load/, '$@ should contain bad exception class msg');
35 is($open_success2,undef,"Open should fail");
37 isnt($@,"",'$@ should not be empty');
39 is(ref($@),"",'$@ should not be a reference or object');
41 like($@, qr/Bad exception class/, '$@ should contain bad exception class msg');
51 is($open_success3,undef,"Open should fail");
53 isnt("$@","",'$@ should not be empty');
55 isa_ok($@, "pujHa::ghach::Dotlh", '$@ should be a Klingon exception');
57 like($@, qr/lujqu'/, '$@ should contain Klingon text');