vote up 1 vote down star
1

The Rhino Mocks download comes with a "Rhino.Mocks.xml" file that apparently adds Intellisense for Rhino Mocks.

What do you need to do with this file in order to get it to work?

flag

30% accept rate

1 Answer

vote up 3 vote down check

Put it in the same directory as the DLL you're referencing, and it should be picked up automatically.

link|flag
OK - got some of it to work but when I type "Expect.Call(xxx)).IgnoreArguments();", there is no Intellisense for the IgnoreArguments / Return etc. ? – nzpcmad Nov 27 '08 at 21:46
Perhaps that documentation hasn't been written. I suggest you download the source and check - or look in the XML file. – Jon Skeet Nov 27 '08 at 22:16

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.