Searched defs:throwableClass (Results 1 – 6 of 6) sorted by relevance
17 private Class<? extends Throwable> throwableClass; field in ThrowsExceptionClass20 public ThrowsExceptionClass(Class<? extends Throwable> throwableClass) { in ThrowsExceptionClass()
25 Class<?> throwableClass = throwable.getClass(); in isValidException() local
49 private OngoingStubbing<T> thenThrow(Class<? extends Throwable> throwableClass) { in thenThrow()
133 PsiClass throwableClass = throwableType.resolve(); in testIsInheritor() 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()