README.android revision f8855a2f9609e07c80fb2c15b2b514e977dabe76
1Mockito is a mocking framework with a clean and simple API.
2See https://code.google.com/p/mockito/ for more information.
3
4For Android, we need to combine Mockito with a MockMaker provided by the
5Dexmaker module.
6
7The source can be updated using the update_source.sh script.
8
9