|
|
Roadmap
Potentially coming soon
- different return values for consecutive method calls (like mocking iterators). Hypothetical syntax is:
stub(mock.getStuff()).toReturn(1).thenReturn(2);
- using ComparisonFailure (junit throws that when assertEquals() fails) for reporting argument mismatch. Then we can take advantage on some IDE features for comparing expected and actual.
any other ideas/suggestions ???
Sign in to add a comment

please, add mockito to http://www.mvnrepository.com/
Indeed, adding mockito to a maven repository would be usefull for those of us who use maven
why have to use cglib-nodep 2.2_beta1? why not 2.1.3?