Searched refs:exceptionClass (Results 1 – 2 of 2) sorted by relevance
30 public static <E extends Throwable> E assertThrows(Class<E> exceptionClass, Runnable action) { in assertThrows() argument35 if (exceptionClass.isInstance(e)) { in assertThrows()
82 Class<? extends Throwable> exceptionClass) { in assertShortcutCantStart() argument84 assertExpectException(exceptionClass, "", () -> { in assertShortcutCantStart()