Thanks, Hob. That works. So does...
expect(mock.methodB()).never()
The "teach a man to fish" answer turned out to be referencing the API docs for
mockolate.ingredients.MockingCouverture which defines all sorts of useful constraint methods.
On Tuesday, October 23, 2012 2:10:49 PM UTC-4, Hob wrote:
how about:
expect(mock.methodB()).times(0)
-Hob