Closed GoogleCodeExporter closed 8 years ago
P.S. It looks like org.mockito.internal.runners.RunnerFactory#create() is the
culprit. It needs to be a bit more particular about the exceptions it catches
and
allow the underlying exception to pass through if it's not a JUnit
version-related error.
Original comment by mhack...@kanayo.com
on 9 Nov 2009 at 6:15
Hey!
Thanks for reporting. I think I fixed it already in trunk - let me have a
look...
Original comment by szcze...@gmail.com
on 9 Nov 2009 at 8:56
Yes, it looks like the class has been rewritten. My mistake for not checking.
Well,
at least now you have an issue number to refer to in the release notes for
1.8.1. :-)
Original comment by mhack...@kanayo.com
on 9 Nov 2009 at 9:45
This issue was closed by revision r1673.
Original comment by szcze...@gmail.com
on 9 Nov 2009 at 10:03
Actually, I didn't have handling for your case so I added it :) Basically I'm
forwarding jUnit exceptions now so it should be good for all other cases!
Thanks for
reporting.
Original comment by szcze...@gmail.com
on 9 Nov 2009 at 10:04
Original comment by szcze...@gmail.com
on 11 Nov 2009 at 1:33
Original issue reported on code.google.com by
mhack...@kanayo.com
on 9 Nov 2009 at 6:12Attachments: