android_mt6572_jiabo/external/mockito
2025-09-05 16:56:03 +08:00
..
cglib-and-asm first commit 2025-09-05 16:56:03 +08:00
src/org/mockito first commit 2025-09-05 16:56:03 +08:00
Android.mk first commit 2025-09-05 16:56:03 +08:00
build.gradle first commit 2025-09-05 16:56:03 +08:00
CleanSpec.mk first commit 2025-09-05 16:56:03 +08:00
LICENSE first commit 2025-09-05 16:56:03 +08:00
README.android first commit 2025-09-05 16:56:03 +08:00
update_source.sh first commit 2025-09-05 16:56:03 +08:00

Mockito is a mocking framework with a clean and simple API.
See https://code.google.com/p/mockito/ for more information.

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.