Home
last modified time | relevance | path

Searched refs:assertRunWithException (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/util/
H A DKeepaliveUtilsTest.kt78 fun assertRunWithException(res: Array<out String?>?) { regex
90 assertRunWithException(null)
91 assertRunWithException(arrayOf<String?>(null))
92 assertRunWithException(arrayOfNulls<String?>(10))
93 assertRunWithException(arrayOf(""))
94 assertRunWithException(arrayOf("3,ABC"))
95 assertRunWithException(arrayOf("6,3,3"))
96 assertRunWithException(arrayOf("5"))
99 assertRunWithException(arrayOf("3,-1"))
102 assertRunWithException(arrayOf("-1,3"))
[all …]