Is there an equivalent to NUnit's ExpectedException or Assert.Throws<> in jUnit?
|
|
|
|
|
|
|
@Test(expected = org.dom4j.DocumentException.class) |
||
|
|
|
Is there an equivalent to NUnit's ExpectedException or Assert.Throws<> in jUnit?
|
|||
|
|
|
|
@Test(expected = org.dom4j.DocumentException.class) |
||
|