Rhino Mocks 2.8.6 - Bug Fix Release
Well, this time it was an interesting release. Well, interesting to me at least :-)
The issue was nested orderring and expectations that can be called over a range of values (in this case AtLeastOnce() ). Rhino Mocks didn't handle this case correctly, and this require some minor changes to the way calls are routed internally.
The interesting part was that solving this edge case opened up another, unexpected method call on orderring boundary, which was a bit harder to solve. Anyway, it is fixed, and you can check the new tests here.
One thing to note before I send you to the usual place for source & binaries. The With.Mocks syntax is in this release, but I'm not completely sure of it. I would like to get some info about it, so you can get it now without having to compile the source. Take it, abuse it a bit, and tell me if you like it.
Good night.
Comments
Comment preview