Home
last modified time | relevance | path

Searched refs:AwesomeException (Results 1 – 1 of 1) sorted by relevance

/external/vogar/test/vogar/target/junit4/
DFailTest.java38 @Test(expected = AwesomeException.class)
40 throw new AwesomeException(); in throwExpectedException()
43 @Test(expected = AwesomeException.class)
48 private static class AwesomeException extends Exception { class in FailTest
51 private static class EvenMoreAwesomeException extends AwesomeException {