Searched refs:AwesomeException (Results 1 – 1 of 1) sorted by relevance
38 @Test(expected = AwesomeException.class)40 throw new AwesomeException(); in throwExpectedException()43 @Test(expected = AwesomeException.class)48 private static class AwesomeException extends Exception { class in FailTest51 private static class EvenMoreAwesomeException extends AwesomeException {