Home
last modified time | relevance | path

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

/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
H A DAssert.kt58 fun assertDoesNotThrow(message: String? = null, executable: () -> Unit) { in assertDoesNotThrow() method
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/
H A DIOUtilsTest.java371 assertDoesNotThrow(() -> { in testCloseQuietly_CloseableIOException() method
374 assertDoesNotThrow(() -> { in testCloseQuietly_CloseableIOException() method
431 assertDoesNotThrow(() -> { in testCloseQuietly_ServerSocketIOException() method
449 assertDoesNotThrow(() -> { in testCloseQuietly_SocketIOException() method
/aosp_15_r20/external/json-schema-validator/src/test/java/com/networknt/schema/
H A DIssue604Test.java16 assertDoesNotThrow(() -> { in failure() method
/aosp_15_r20/cts/tests/tests/security/src/android/security/cts/advancedprotection/
H A DAdvancedProtectionManagerTest.java263 private static void assertDoesNotThrow(ThrowingRunnable runnable) { in assertDoesNotThrow() method in AdvancedProtectionManagerTest