Dias
10/15/2018, 4:41 PMval authorizationClientSpy = spyk(AUTHORISATION_CLIENT)
and I am trying to verify that the post method is called like this
coVerify(atLeast = 3) {
<http://authorizationClientSpy.post|authorizationClientSpy.post><HttpResponse>(authServer.oauthUrl, any<HttpRequestBuilder.() -> Unit>())
}
but it fails with very obscure exception java.lang.AbstractMethodError: kotlin.jvm.functions.Function1$ByteBuddy$TJ35Y94M.invoke(Ljava/lang/Object;)Ljava/lang/Object;