Test that void method didn't get called with EasyMock

Viewed 18359

Is this possible? I tried with EasyMock.expectLastCall().times(0); but EasyMock complains that times must be >=1

6 Answers
Related