Searched defs:throwableClass (Results 1 – 7 of 7) sorted by relevance
111 fun throwableClass(t: ThrowableClass) method
23 Class<?> throwableClass = throwable.getClass(); in isValidException() local
65 fun throwableClass(t: ThrowableClass) in stringResult() method
133 PsiClass throwableClass = throwableType.resolve(); in testIsInheritor() local
244 ClassTypeImpl throwableClass = (ClassTypeImpl)list.get(0); in stop() local
358 Class<?> throwableClass = throwable.getClass(); in isValidThrowable() local
965 …public static <T extends Throwable> void assertThrows(Class<T> throwableClass, ThrowingRunnable ru… in assertThrows()981 …public static <T extends Throwable> T expectThrows(Class<T> throwableClass, ThrowingRunnable runna… in expectThrows()