Searched defs:assertThrows (Results 1 – 1 of 1) sorted by relevance
23 public static Throwable assertThrows(Runnable action) { in assertThrows() method in CtsTestUtils27 public static <E extends Throwable> E assertThrows(Class<E> exceptionClass, Runnable action) { in assertThrows() method in CtsTestUtils