Search Results

3
votes
5answers
932 views

Rhino Mocks: Asserting that a method is called exactly one time

I want to assert that a method is called exactly one time. Update: I'm using RhinoMocks 3.5. Here's what I thought would work: [Test] public void just_once …
0
votes

Rhino Mocks: Asserting that a method is called exactly one time

Here is what I just did (as recommended by Ray Houston). I would still appreciate a more elegant solution... …