Name | Date | Size | |
---|---|---|---|
.. | 10-Aug-2018 | 12 KiB | |
.gitignore | 10-Aug-2018 | 29 | |
Android.bp | 10-Aug-2018 | 3.9 KiB | |
build.gradle | 10-Aug-2018 | 2 KiB | |
CleanSpec.mk | 10-Aug-2018 | 2.3 KiB | |
lib/ | 10-Aug-2018 | 4 KiB | |
LICENSE | 10-Aug-2018 | 1.1 KiB | |
MODULE_LICENSE_MIT | 10-Aug-2018 | 0 | |
NOTICE | 10-Aug-2018 | 1.1 KiB | |
OWNERS | 10-Aug-2018 | 39 | |
README.version | 10-Aug-2018 | 338 | |
src/ | 10-Aug-2018 | 4 KiB | |
subprojects/ | 10-Aug-2018 | 4 KiB | |
update_source.sh | 10-Aug-2018 | 1.4 KiB |
README.version
1URL: https://github.com/mockito/mockito 2Version: v2.16.0 3License: Apache 2.0 4Description: Mockito is a mocking framework with a clean and simple API. 5 6For Android, we need to combine Mockito with a MockMaker provided by the 7Dexmaker module. 8 9The source can be updated using the update_source.sh script. 10 11Local Modifications: 12 None 13