Searched refs:foundCallback (Results 1 – 1 of 1) sorted by relevance
278 val foundCallback = history.poll(DEFAULT_TIMEOUT_MS) in willExpectDisconnectOnce() constant279 assertTrue(foundCallback is T, "Expected ${T::class} but found $foundCallback") in willExpectDisconnectOnce()280 return foundCallback in willExpectDisconnectOnce()