Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/
DDumpCoroutineInfoAsJsonAndReferencesTest.kt40 assertIsEmptyArray(dumpResult[1]) in testDumpOfUnnamedCoroutine()
41 assertIsEmptyArray(dumpResult[2]) in testDumpOfUnnamedCoroutine()
42 assertIsEmptyArray(dumpResult[3]) in testDumpOfUnnamedCoroutine()
45 private fun assertIsEmptyArray(obj: Any) = in assertIsEmptyArray() method in kotlinx.coroutines.debug.DumpCoroutineInfoAsJsonAndReferencesTest