I saw similar post: How to mock method call and return value without running the method?
I am wondering if there is similar method we can use in mockK? something like: doReturn.when(mock).method in mockito
I saw this question before Equivalent of doReturn(x).when(y)... in mockk?
But the answer is: every (method) returns (value)... which is not what I want. Because every(method) will actually run the method