Searched defs:assertThrows (Results 1 – 3 of 3) 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
369 private static <T extends Throwable> void assertThrows(Class<T> clazz, Runnable r, in assertThrows() method in TelephonyManagerPermissionTest
283 private static void assertThrows(Class expectedThrowableClass, String expectedFailMessage, in assertThrows() method in InstallUtils