android13/external/mockito
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
lib initial 2024-06-22 20:45:49 +08:00
src initial 2024-06-22 20:45:49 +08:00
subprojects initial 2024-06-22 20:45:49 +08:00
Android.bp initial 2024-06-22 20:45:49 +08:00
CleanSpec.mk initial 2024-06-22 20:45:49 +08:00
LICENSE initial 2024-06-22 20:45:49 +08:00
METADATA initial 2024-06-22 20:45:49 +08:00
MODULE_LICENSE_MIT initial 2024-06-22 20:45:49 +08:00
OWNERS initial 2024-06-22 20:45:49 +08:00
README.version initial 2024-06-22 20:45:49 +08:00
TEST_MAPPING initial 2024-06-22 20:45:49 +08:00
build.gradle initial 2024-06-22 20:45:49 +08:00
update_source.sh initial 2024-06-22 20:45:49 +08:00

README.version

URL: https://github.com/mockito/mockito
Version: v2.21.0
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:
         New API to clean up all inline mocks after test (8bdfbf053ab6e4fc14a3eaecb613f5838fdf0f09)