Searched refs:test_err (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_comparable.rb68 def test_err method in class:TestComparable
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/inc/Test/Builder/
H A DTester.pm32 C<test_out> and C<test_err> in advance to declare what the testsuite you
60 our @EXPORT = qw(test_out test_err test_fail test_diag test_test line_num);
164 =item test_err
181 Once C<test_out> or C<test_err> (or C<test_fail> or C<test_diag>) have
198 sub test_err subroutine
211 than forcing you to call C<test_err> with the string all the time like
214 test_err("# Failed test ($0 at line ".line_num(+1).")");
250 C<test_err>.
256 test_err("# Couldn't open file");
289 that that was declared with C<test_out> and C<test_err>
[all...]

Completed in 198 milliseconds