android_mt6572_jiabo/external/littlemock
2025-09-05 16:56:03 +08:00
..
src/com/google/testing/littlemock first commit 2025-09-05 16:56:03 +08:00
tests/com/google/testing/littlemock first commit 2025-09-05 16:56:03 +08:00
Android.mk first commit 2025-09-05 16:56:03 +08:00
CleanSpec.mk first commit 2025-09-05 16:56:03 +08:00
COPYING first commit 2025-09-05 16:56:03 +08:00
MODULE_LICENSE_APACHE2 first commit 2025-09-05 16:56:03 +08:00
NOTICE first commit 2025-09-05 16:56:03 +08:00
README first commit 2025-09-05 16:56:03 +08:00

This folder contains the littlemock library.

The latest version of littlemock can be found at this url:
    http://code.google.com/p/littlemock

Version: r3
License: Apache 2.0

Description:
Mocking framework. Looks very like Mockito (see http://mockito.org).
Has a number of restrictions.
Can mock concrete classes, requires dexmaker.jar on classpath.

Local Modifications:
- Change to AppDataDirGuesser to handle the new class loader toString
  format introduced in JB.