Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/kotlin/cross-test-client/src/main/kotlin/org/apache/thrift/test/
DTestClient.kt185 val testMapResult: Map<Int, Int> = testClient.testMap(testMapParam) in <lambda>() constant
186 printMap(testMapResult) in <lambda>()
187 if (testMapParam != testMapResult) { in <lambda>()