Thursday 19 February 2009

All about NMock

What you can and can't mock?
  • You can create a mock object from an interface or a non-static class
  • You can't create a mock object from a static class
More Info:

No comments: