Searched defs:runAndCheckException (Results 1 - 1 of 1) sorted by relevance

/openjdk10/test/lib/jdk/test/lib/
H A DUtils.java587 public static void runAndCheckException(Runnable runnable, Class<? extends Throwable> expectedException) { method in class:Utils
610 public static void runAndCheckException(Runnable runnable, Consumer<Throwable> checkException) { method in class:Utils

Completed in 89 milliseconds