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