Skip to content

Commit

Permalink
clarified exception docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianh committed Apr 17, 2011
1 parent 224f02b commit 53f83c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/Test/Class.pm
Expand Up @@ -898,7 +898,9 @@ with:
If more than one test remains after an exception then the first one is failed, and the remaining ones are skipped.
Startup methods are a special case. Since startup methods will usually be creating state needed by all the other test methods an exception within a startup method will prevent all other test methods running.
If the setup method of a test method dies, then all of the remaining setup and shutdown methods are also skipped.
Since startup methods will usually be creating state needed by all the other test methods an exception within a startup method will prevent all other test methods of that class running.
=head1 RETURNING EARLY
Expand Down

0 comments on commit 53f83c9

Please sign in to comment.