|
From: Mike R. <mik...@gm...> - 2005-05-24 09:19:15
|
On 5/24/05, Nat Pryce <nat...@gm...> wrote: > Currently NMock2 throws NUnit's AssertionException when it detects a > test failure. I can make it throw it's own exception > (ExpectationException, say) so that it is entirely self contained. >=20 > What do people think? That seems a good idea to me. If NMock were to ever be a part of NUnit, then ExpectationException could just be made to sub-class AssertionException. But for now, I think breaking the dependency would be good. Mike |