On Sat, Feb 2, 2013 at 5:35 PM, Uwe Schindler <[email protected]> wrote:
> throw (AssertionError)  (new AssertionError("One thread threw an 
> exception").initCause(exception.get()));
>
> also works. But inside JUnit the following is better:
> assertNull("One thread threw an exception", exception.get());

Thanks for the tip, Uwe! I just committed!

--
Adrien

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to