in reply to Re: Checking parameters passed to a third party module during testing (wrap)
in thread Checking parameters passed to a third party module during testing
Since this is a test module, it may be better to use a goto, rather than just making the call to the old method. If the test module is also testing error conditions that generate messages with any sort of stack trace, then just using return could cause those tests to fail.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Checking parameters passed to a third party module during testing (wrap)
by GrandFather (Saint) on Oct 18, 2006 at 20:28 UTC | |
by ammon (Sexton) on Oct 18, 2006 at 23:42 UTC |