Searched defs:throwables (Results 1 – 9 of 9) sorted by relevance
227 final List<Throwable> throwables = new ArrayList<>(); in testForEach_jdkNoCause() local235 final List<Throwable> throwables = new ArrayList<>(); in testForEach_nested() local244 final List<Throwable> throwables = new ArrayList<>(); in testForEach_null() local251 final List<Throwable> throwables = new ArrayList<>(); in testForEach_recursiveCause() local261 final List<Throwable> throwables = new ArrayList<>(); in testForEach_withCause() local271 final List<Throwable> throwables = new ArrayList<>(); in testForEach_withoutCause() local418 final List<?> throwables = ExceptionUtils.getThrowableList(jdkNoCause); in testGetThrowableList_Throwable_jdkNoCause() local425 final List<?> throwables = ExceptionUtils.getThrowableList(nested); in testGetThrowableList_Throwable_nested() local433 final List<?> throwables = ExceptionUtils.getThrowableList(null); in testGetThrowableList_Throwable_null() local439 final List<?> throwables = ExceptionUtils.getThrowableList(cyclicCause); in testGetThrowableList_Throwable_recursiveCause() local[all …]
43 …val throwables = classes.filter { Throwable::class.java.isAssignableFrom(it.load()) }.map { it.toS… in testThrowableSubclassesAreSerializable() constant
278 final Throwable[] throwables = getThrowables(throwable); in getRootCauseStackTraceList() local519 final Throwable[] throwables = getThrowables(throwable); in indexOf() local833 final Throwable[] throwables = getThrowables(throwable); in throwableOf() local
89 OngoingStubbing<T> thenThrow(Throwable... throwables); in thenThrow()
42 public OngoingStubbing<T> thenThrow(Throwable... throwables) { in thenThrow()
158 @Nullable String prologue, ImmutableList<Throwable> throwables) { in throwablesToString()
118 BDDMyOngoingStubbing<T> willThrow(Throwable... throwables); in willThrow()171 public BDDMyOngoingStubbing<T> willThrow(Throwable... throwables) { in willThrow()
39 Throwable[] throwables, String string, String[] strings, TestStruct tStruct, in testSpecialTypes()
180 const base::android::JavaParamRef<jobjectArray>& throwables, in JNI_SampleForAnnotationProcessor_TestSpecialTypes()