I'm trying to work through an article (http://martinfowler.com/articles/mocksArentStubs.html) on mocking with pseudocode in it that I'm implementing, but I'm having trouble finding once (and eq, returnValue, etc.).
I first wanted to use jMock 2.5.1, but it's too recent compared to the article. Then I tried jMock 1.2.0. I can't find where to get once.
I've grep'd through jMock, EasyMock and Hamcrest sources so far without having found once as an indentifier of any sort.
Googling for returnValue let alone once hasn't been very helpful either: code that uses these symbols is uniformly posted without import statements.
Thanks for any direction you can give me.