Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
lib/ | 03-May-2024 | - | 406 | 338 | ||
src/ | 03-May-2024 | - | 68,979 | 40,774 | ||
subprojects/android/ | 03-May-2024 | - | 200 | 168 | ||
.gitignore | D | 03-May-2024 | 29 | 4 | 3 | |
Android.mk | D | 03-May-2024 | 3.9 KiB | 115 | 54 | |
CleanSpec.mk | D | 03-May-2024 | 2.3 KiB | 51 | 1 | |
LICENSE | D | 03-May-2024 | 1.1 KiB | 21 | 17 | |
OWNERS | D | 03-May-2024 | 39 | 3 | 2 | |
README.version | D | 03-May-2024 | 390 | 13 | 9 | |
build.gradle | D | 03-May-2024 | 2 KiB | 64 | 55 | |
update_source.sh | D | 03-May-2024 | 1.4 KiB | 66 | 42 |
README.version
1URL: https://github.com/mockito/mockito 2Version: v2.7.13 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 Add compatibility classes to aid in upgrade from 1.10.19 13