Searched defs:assertThrows (Results 1 – 7 of 7) 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
54 assertThrows(() -> { in testSingleScheme() method
408 private static <T extends Throwable> void assertThrows(Class<T> clazz, Runnable r, in assertThrows() method in TelephonyManagerPermissionTest
432 private static void assertThrows(Class expectedThrowableClass, String expectedFailMessage, in assertThrows() method in InstallUtils
425 private static void assertThrows(Class<? extends Exception> exceptionClass, Runnable r) { in assertThrows() method in ServiceStateTest
721 private static <T extends Throwable> void assertThrows(Class<T> clazz, Runnable r, in assertThrows() method in UiAutomationTest
868 public static <T extends Exception> void assertThrows(Class<T> clazz, Operation<Exception> r) in assertThrows() method in TestUtils876 public static <T extends Exception> void assertThrows( in assertThrows() method in TestUtils