vote up 2 vote down star

Is there an equivalent to NUnit's ExpectedException or Assert.Throws<> in jUnit?

flag

63% accept rate

1 Answer

vote up 2 vote down check

@Test(expected = org.dom4j.DocumentException.class)

link|flag
only available in jUnit4 – jitter Jun 27 at 11:47

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.