Searched defs:threadUnexpectedException (Results 1 - 1 of 1) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
H A DJSR166TestCase.java780 threadUnexpectedException(fail);
817 public void threadUnexpectedException(Throwable t) { method in class:JSR166TestCase
947 threadUnexpectedException(ex.getCause());
949 threadUnexpectedException(ex);
1040 threadUnexpectedException(fail);
1246 } catch (Throwable fail) { threadUnexpectedException(fail); }
1291 // } catch (Throwable fail) { threadUnexpectedException(fail); }
1308 } catch (Throwable fail) { threadUnexpectedException(fail); }
1336 threadUnexpectedException(fail);
1363 threadUnexpectedException(fai
[all...]

Completed in 57 milliseconds