Rhino Mocks 2.0.1 - Minor bug fixes
I updated Rhino Mocks with two minor bug fixes:
- Now it's possible to mock object.ToString() when mocking a class instance.
- It's not possible to mock ToString() when mocking an interface.
- It's not possible to mock GetType(), GetHashCode() & Equals() at all.
- Trying to setup result for the same method more than once will result in exception.
Comments
Comment preview