Hello, I am using the Rhino Mocks framework. I referenced the Rhinomocks dll and everything worked fine.. but when I was trying to use the LastCall.Constraints(Is.Anything()) it says: Error The name 'Is' does not exist in the current context The same happens with Text and List constraints.. any help??
thx a loot...it worked :)i thought using Rhino.Mocks was enough!!
2009-05-14 08:03:03
Yes, the Is class is in a separate namespace. If this solved your problem, could you please mark the answer as accepted?
Peter Lillevold
2009-05-14 08:30:54
A:
I am not familiar with the RhinoMocks framework, but I found some code that might help you. This is a file from the SVN of castleproject.org that uses it, you might want to compare your approach with theirs.
JPCosta
2009-05-14 07:55:38