Rhino Mocks API

time to read 2 min | 365 words

I’ve used Natural Docs to generate some initial documentation for Rhino Mocks’ API, which is available at:

Rhino Mocks API

 

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?