Hi everybody, Is there any way to mock ```f``` wit...
# kotlintest
r
Hi everybody, Is there any way to mock
Copy code
f
with mockito in the following case:
Copy code
fun x(f : (String) -> Int)
?