Searched defs:thrown (Results 1 – 4 of 4) sorted by relevance
107 UnsupportedOperationException thrown = expectThrows(UnsupportedOperationException.class, in getOutputForAttr_returnsError() local122 UnsupportedOperationException thrown = expectThrows(UnsupportedOperationException.class, in getInputForAttr_returnsError() local
23 private static void checkError(Class<?> expectedErrorClass, Throwable thrown, in checkError()
25 private static void checkError(Class<?> expectedErrorClass, Throwable thrown, in checkError()
82 final Throwable[] thrown = new Throwable[1]; in runOnMainThread() local