As mentioned in title, I'm trying to verify non public static method called with arguements with one of the argument is a Predicate.
I checked that the Predicate return the expected value I want and in fact, I double check that all input arguements are correct as expected
However, Typemock still throw
TypeMock.VerifyException :
TypeMock Verification: Method FakeMethod(True /* the result of predicate */ ) was called with mismatching arguments
Anyone has any idea if this is a limitation of Typemock ?