philipa
Results
2
comments of
philipa
Thanks. I find Java mockito very useful when testing callbacks from other threads. Let me give an example. someAsyncFunction(myMock); verify(myMock, timeout(30_000)).callback(); The Java `timeout` implementation essentially polls until the condition...
I confirm 2.3.1.I20180720-143135 fixes this. Thanks @jeeeyul !