I'm just familiarizing with Typemock Isolator, so sorry, if the question below is stupid. Can i somehow get times of my function was called with exact arguments? Like Isolate.Verify.GetTimesCalled() + Isolate.Verify.WasCalledWithExactArguments()
How to GetTimesCalled with exact arguments?
67 views Asked by Gregory Prescott At
1
Typemock doesn't have a function for getting number of calls with exact arguments. However, you can solve this problem using DoInstead():