• Home
Name Date Size #Lines LOC

..--

src/com/google/testing/littlemock/07-May-2024-1,6441,021

tests/com/google/testing/littlemock/07-May-2024-1,8001,393

Android.mkD07-May-2024892 286

COPYINGD07-May-202411.1 KiB203169

CleanSpec.mkD07-May-20242.2 KiB500

MODULE_LICENSE_APACHE2D07-May-20240

NOTICED07-May-202411.1 KiB203169

READMED07-May-2024474 1812

README

1This folder contains the littlemock library.
2
3The latest version of littlemock can be found at this url:
4    http://code.google.com/p/littlemock
5
6Version: r3
7License: Apache 2.0
8
9Description:
10Mocking framework. Looks very like Mockito (see http://mockito.org).
11Has a number of restrictions.
12Can mock concrete classes, requires dexmaker.jar on classpath.
13
14Local Modifications:
15- Change to AppDataDirGuesser to handle the new class loader toString
16  format introduced in JB.
17
18