Searched defs:assertThrows (Results 1 – 3 of 3) sorted by relevance
159 private static void assertThrows(Class<? extends Throwable> exceptionClass, in assertThrows() method in AmbientBrightnessDayStatsTest
159 private static void assertThrows(Class<? extends Throwable> exceptionClass, in assertThrows() method in BrightnessConfigurationTest
510 private static void assertThrows(Class<? extends Exception> exceptionClass, Runnable r) { in assertThrows() method in LooperStatsTest