Searched defs:testResultMap (Results 1 – 4 of 4) sorted by relevance
6 actual fun testResultMap(block: (() -> Unit) -> Unit, test: () -> TestResult) { in testResultMap() method
8 actual fun testResultMap(block: (() -> Unit) -> Unit, test: () -> TestResult) { in testResultMap() method
9 actual fun testResultMap(block: (() -> Unit) -> Unit, test: () -> TestResult): TestResult = in testResultMap() method
36 expect fun testResultMap(block: (() -> Unit) -> Unit, test: () -> TestResult): TestResult in assertRunsFast() method