Rhino Mocks API
I’ve used Natural Docs to generate some initial documentation for Rhino Mocks’ API, which is available at:
There
is one nasty bug that I found by reading the code, which is that Rhino
Mocks doesn’t verify the expectations if you’ve set a method to throw
an exception.
I fixed that bug (it was there to make it easier to see why Rhino fails, but it’s pretty solid now).
I also changed the MockRepository.Dispose() to explicit interface implementation.
Just call to VerifyAll() if you’re using it, it’s one and the same.
Beyond that, there are some minor refactoring to the internals, which shouldn’t affect anyone.
Downloads at the usual place. (Already two, before I even announce it :-) )
Any more missing features?
Comments
Comment preview