Searched refs:current_test (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
H A DBuilder.t24 $Test->is_num( $Test->current_test, 4, 'current_test() get' );
26 my $test_num = $Test->current_test + 1;
27 $Test->current_test( $test_num );
28 print "ok $test_num - current_test() set\n";
H A Dcurr_test.t3 # Dave Rolsky found a bug where if current_test() is used and no
11 $TB->current_test(2);
H A Dbuffer.t20 $T->current_test($tnum);
H A Ddetails.t33 my $start_test = $Test->current_test + 1;
68 for ($start_test..$Test->current_test) { print "ok $_\n" }
79 $Test->current_test(6);
80 print "ok 6 - current_test incremented\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DBuilder.pm1055 =item B<current_test>
1057 my $curr_test = $Test->current_test;
1058 $Test->current_test($num);
1066 sub current_test { subroutine
1144 printing any test output, for example, when current_test() is changed.
1380 the test number using current_test() they will all be effected.

Completed in 17 milliseconds