Open qingwave opened 1 year ago
Cound we support AnyTimes/MaxTimes call in mock, just like gomock
AnyTimes/MaxTimes
mockObj.EXPECT().SomeMethod(someVal).AnyTimes()
Or some other workaround?
Seems Maybe method may works for AnyTimes case.
AnyTimes
Cound we support
AnyTimes/MaxTimes
call in mock, just like gomockOr some other workaround?