Home
last modified time | relevance | path

Searched defs:verifyStackTrace (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
H A DStacktraces.kt7 public fun verifyStackTrace(e: Throwable, vararg traces: String) { in verifyStackTrace() method
23 public fun verifyStackTrace(path: String, e: Throwable) { in verifyStackTrace() method
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/
H A DStacktraceUtils.kt17 public fun verifyStackTrace(e: Throwable, traces: List<String>) { in <lambda>() method
136 …private fun verifyStackTrace(traceName: String, actualStackTrace: List<String>, expectedStackTrace… in verifyStackTrace() method in kotlinx.coroutines.debug.CoroutineDump