Hi,
I am trying to use fake it easy to mock the fluent validation call. But as the Validate method in the FLuent Validation has parameters with default values the lambda expression fails.
A.CallTo(() => fakeAccountValidator.Validate(A<Account>.Ignored, ruleSet:"Post")).Returns(new ValidationResult());
Do u have any workaround or thoughts on this?
Regards,
prasanna