Home | History | Annotate | Download | only in src

Lines Matching defs:TestFailed

28     static class TestFailed extends Exception {
29 public TestFailed(Throwable cause) {
70 throws TestFailed, InvocationTargetException
103 throw new TestFailed(nsme);
105 throw new TestFailed(ie);
107 throw new TestFailed(iae);
109 throw new TestFailed(cnfe);
138 throws TestFailed, InvocationTargetException
148 throws TestFailed, ClassNotFoundException {
158 static void testFailLoadAndGc() throws TestFailed {
164 private static void processFailLoadAndGc() throws TestFailed {