Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/android/net/util/
DKeepaliveUtilsTest.kt73 fun assertRunWithException(res: Array<out String?>?) { in testGetSupportedKeepalives() method
85 assertRunWithException(null) in testGetSupportedKeepalives()
86 assertRunWithException(arrayOf<String?>(null)) in testGetSupportedKeepalives()
87 assertRunWithException(arrayOfNulls<String?>(10)) in testGetSupportedKeepalives()
88 assertRunWithException(arrayOf("")) in testGetSupportedKeepalives()
89 assertRunWithException(arrayOf("3,ABC")) in testGetSupportedKeepalives()
90 assertRunWithException(arrayOf("6,3,3")) in testGetSupportedKeepalives()
91 assertRunWithException(arrayOf("5")) in testGetSupportedKeepalives()
94 assertRunWithException(arrayOf("3,-1")) in testGetSupportedKeepalives()
97 assertRunWithException(arrayOf("-1,3")) in testGetSupportedKeepalives()
[all …]