Join Slack
Powered by
I was trying to make mocked object throw on first ...
# mockk
d
Dias
02/06/2019, 2:35 PM
I was trying to make mocked object throw on first invocation and then return a value this way:
coEvery { authorisationClient.authorize() } throws Exception() andThen OauthTokenData()
Open in Slack
Previous
Next