blob: db40633a7c9c00532ef19dbcc7901a892fa2b613 [file] [log] [blame]
URL: https://github.com/mockito/mockito
Version: v1.10.19
License: Apache 2.0
Description: Mockito is a mocking framework with a clean and simple API.
For Android, we need to combine Mockito with a MockMaker provided by the
Dexmaker module.
The source can be updated using the update_source.sh script.
Local Modifications:
Fixed some generic/casting issues probably caused by stricter compiler.
Fixed compiler failure caused by upstream mismatch between the cglib-and-asm
source and prebuilt library.