test exception junit code example Example: expected exception junit @Test(expected = SomeException.class) public void testName() { //some code }