unit test with expecting exception
Can I specify JUnit's "expected" parameter for ITestCase?
An equivalent of
An equivalent of
@Test (expected=IndexOutOfBoundsException.class)
Please sign in to leave a comment.
That's "assert throws" statement