Moq and the parameters you pass

Posted by zachary on Stack Overflow See other posts from Stack Overflow or by zachary
Published on 2010-06-04T18:38:53Z Indexed on 2010/06/06 17:12 UTC
Read the original article Hit count: 342

Filed under:
|
|
|

I create a MOQ object

pass it to my class

call it and pass in an object.

How can I get access to this object to see if the right properties are set?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET