I am used to using JMock in Java which allows you to specify things such as any(String.class) as an expected argument – which .NET frameworks offer similar functionality?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
MOQ allows you specify constraints, such as
There are other constraints available as well.
Rhino Mocks have basically the same feature set.