04 Aug 2011 I've found, during my brief experience with EasyMock, that trudging through the documentation makes it terribly difficult to get things done. From my reading, I wrote a handful of tests which use the reset(), replay(), verify() dance. When I changed trivial things in my implementation, all of my tests broke. "We expected you to call uselessMethod() but you didn't!" Simply fulfilling an interface Simply put, verify() is overrated. It turns out that the majority of what I want out o...