Home
last modified time | relevance | path

Searched defs:assertThrows (Results 1 – 4 of 4) sorted by relevance

/frameworks/libs/net/common/hostdevice/com/android/testutils/
DMiscAsserts.kt39 fun <T : Exception> assertThrows(expected: Class<T>, block: ThrowingRunnable): T { in assertThrows() method
43 fun <T : Exception> assertThrows(msg: String, expected: Class<T>, block: ThrowingRunnable): T { in assertThrows() method
/frameworks/base/core/tests/coretests/src/android/hardware/display/
DAmbientBrightnessDayStatsTest.java159 private static void assertThrows(Class<? extends Throwable> exceptionClass, in assertThrows() method in AmbientBrightnessDayStatsTest
DBrightnessConfigurationTest.java159 private static void assertThrows(Class<? extends Throwable> exceptionClass, in assertThrows() method in BrightnessConfigurationTest
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DLooperStatsTest.java510 private static void assertThrows(Class<? extends Exception> exceptionClass, Runnable r) { in assertThrows() method in LooperStatsTest