Tagged Questions
0
votes
1answer
344 views
SimpleTest Mock objects: clearing expectations
The short question: Is there a way to reset a Mock object in SimpleTest, removing all expectations?
The longer explanation:
I have a class that I'm testing using SimpleTest and am having some ...