I recall that there is a mocking framework build into nUnit, but I can find details of it on the nUnit web site. Was I dreaming?
I was considering using it to save the pain of having to introduce another assembly that we will have to managed on all developer’s machines.
Are there any great dis-advantages to it as a mocking framework?
What I have found:
nUnit mock is in its own dll (nunit.mocks.dll) so it not truly built into nUnit – this removes the reason I was looking at it.
From another question:
So I think nUnit.mock is a none-starter for new code.