ExpectedException: expecting a cause's message
"mikecodeawesome" <[email protected]> Mon, 29 Jul 2013 22:44:29 -0000
| Newsgroups | gmane.comp.java.junit.user |
|---|---|
| Message-ID | <[email protected]> |
Using ExpectedException, how would one go about expecting a cause's message? I can't figure out a way of doing this. Assuming I'm not missing an obvious solution, I'm thinking about contributing something like ExpectedException.expectCauseMessage(). Thought I'd post before I do so.