Hi, has anyone tried to mock extension functions with mockito? Internally extension functions are converted to static methods so mockito cannot mock these. Then there is possibly PowerMock or we can provide an interface where the class that implements it, has a method wrapping the call to the extension function. Any suggestions?