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