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

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

Completed in 43 milliseconds