I'm developing Android application using third party libraries (Twitter4j). I want to be able mock those objects (also objects created by me) in JUnit and functional tests.
Do you have any good experiences using some mocking libraries and you can recommend them?
Android Mock is written on top of EasyMock 2.4 which is well-known mock framework for Java