Searched refs:todo_end (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Test-Simple/t/
H A Dtodo.t97 $builder->todo_end;
100 ok 1, 'todo_end() should not leak TODO behavior';
116 $builder->todo_end;
120 $builder->todo_end;
134 $builder->todo_end;
141 $builder->todo_end;
143 is $@, sprintf "todo_end() called without todo_start() at %s line %d.\n", $0, __LINE__ - 2;
H A Ddiag.t48 $test->todo_end();
/macosx-10.9.5/CPANInternal-140/Test-Simple/lib/Test/
H A DBuilder.pm2132 the C<todo_end> method has been called.
2146 $Test->todo_end;
2147 $Test->todo_end;
2161 $Test->todo_end;
2162 $Test->todo_end;
2182 =item C<todo_end>
2184 $Test->todo_end;
2191 sub todo_end { subroutine
2195 $self->croak('todo_end() called without todo_start()');
/macosx-10.9.5/CPANInternal-140/Class-Trigger-0.14/inc/Test/
H A DBuilder.pm1395 sub todo_end { subroutine
1399 $self->croak('todo_end() called without todo_start()');

Completed in 82 milliseconds