As per title, just wondering if there is a mechanism with easymock to test if a method wasn't called during it's lifetime.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
From the EasyMock documentation:
So what you are asking is the default behavior. |
|||||
|
|
By default, Easymock will throw an exception for any methods that are called that you didn't explicitly set expectations for. |
||||
|
|