gotoOla
private fun createMockedHttpClient(): HttpClient { return HttpClient(MockEngine) { engine { addHandler { request -> respond("hej") } } } }
coVerify(exactly = 10) { <http://httpClient.post|httpClient.post>("<http://localhost:8081>") }
Missing calls inside verify { ... } block.
coVerify(exactly = 10) { <http://httpClient.post|httpClient.post>("<http://localhost:8081>") { any() } }
Failed matching mocking signature for left matchers: [any()] io.mockk.MockKException: Failed matching mocking signature for
A modern programming language that makes developers happier.