Searched refs:test_diag (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Test-Simple/t/Tester/
H A Dtbt_05faildiag.t24 # test_diag
29 test_diag("this is a test string","so is this");
33 test_diag("this is a test string","so is this");
38 test_diag("this is a test string");
39 test_diag("so is this");
/macosx-10.9.5/CPANInternal-140/Test-Exception/t/
H A Dstacktrace.t16 test_diag('expecting: /fribble/');
17 test_diag(split /\n/, "found: $exception");
H A DException.t74 test_diag("died: a normal die");
80 test_diag("died: Local::Error::Overload (overloaded)");
90 test_diag("expecting: /abnormal/");
91 test_diag("found: a normal die");
101 test_diag("expecting: Local::Error::Simple");
102 test_diag("found: normal exit");
112 test_diag("expecting: Local::Error::Test");
113 test_diag("found: " . Local::Error::Simple->instance);
119 test_diag("expecting: Local::Error::Test");
120 test_diag("foun
[all...]
/macosx-10.9.5/CPANInternal-140/Test-Warn/t/
H A Dcarped.t31 test_diag
54 test_diag
H A Dwarning_is.t62 test_diag _found_msg($_) for ($msg ? (split m-\|-, $msg) : $msg);
63 test_diag _exp_msg($exp_warning);
H A Dwarning_like.t65 test_diag _found_msg($_) for ($msg ? (split m-\|-, $msg) : $msg);
66 test_diag _exp_msg($regex);
H A Dwarnings_are.t71 test_diag _found_msg(@$msg);
72 test_diag _exp_msg(@$exp_warning);
H A Dwarnings_like.t73 test_diag _found_msg(@$msg);
74 test_diag _exp_msg(@$regexes);
/macosx-10.9.5/CPANInternal-140/Test-Simple/lib/Test/Builder/
H A DTester.pm60 our @EXPORT = qw(test_out test_err test_fail test_diag test_test line_num);
167 Once C<test_out> or C<test_err> (or C<test_fail> or C<test_diag>) have
228 =item test_diag
232 provides a convience function C<test_diag> that you can use instead of
235 The C<test_diag> function prepends comment hashes and spacing to the
243 test_diag("Couldn't open file");
246 the end of output and test_diag will. So to check
252 test_diag("foo","bar")
258 sub test_diag { subroutine
/macosx-10.9.5/CommonCrypto-60049/test/test/
H A Dtestmore.h76 test_diag(test_directive, test_reason, __FILE__, __LINE__, MSG, ## ARGS)
180 int test_diag(const char *directive, const char *reason,
H A Dtestmore.c160 test_diag(const char *directive, const char *reason, function
/macosx-10.9.5/Security-55471.14.18/regressions/test/
H A Dtestmore.h85 test_diag(test_directive, test_reason, __FILE__, __LINE__, MSG, ## ARGS)
189 int test_diag(const char *directive, const char *reason,
H A Dtestmore.c186 test_diag(const char *directive, const char *reason, function

Completed in 125 milliseconds