Hey All! I’m using mockito-kotlin. I’m trying to figure out how to test a callback argument. Essentially I’ve got a login method from a class I’m mocking. I’m attempting to stub the login method. The login method takes a handler that accepts a “response” argument. I’d like to stub the response. Can someone explain how best to do this?