Lines Matching refs:TestFailed
28 static class TestFailed extends Exception { class in Main
29 public TestFailed(Throwable cause) { in TestFailed() method in Main.TestFailed
70 throws TestFailed, InvocationTargetException in findDexClass()
101 throw new TestFailed(nsme); in findDexClass()
103 throw new TestFailed(ie); in findDexClass()
105 throw new TestFailed(iae); in findDexClass()
107 throw new TestFailed(cnfe); in findDexClass()
136 throws TestFailed, InvocationTargetException in findBrokenClass()
146 throws TestFailed, ClassNotFoundException { in main()
156 static void testFailLoadAndGc() throws TestFailed { in testFailLoadAndGc()
162 private static void processFailLoadAndGc() throws TestFailed { in processFailLoadAndGc()