blob: 86b8be65ae5afe556afb54e3332cc6c56e4e58e4 [file] [log] [blame]
Hugo Hudson9de203b2011-11-04 13:39:13 +00001This 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).
Hugo Hudsonebb9a5e2012-01-10 17:34:02 +000011Has a number of restrictions.
12Can mock concrete classes, requires dexmaker.jar on classpath.
Hugo Hudson9de203b2011-11-04 13:39:13 +000013
14Local Modifications:
Narayan Kamathe028ec12012-08-14 12:54:17 +010015- Change to AppDataDirGuesser to handle the new class loader toString
16 format introduced in JB.
Ian Parkinsona3ea6bf2013-10-14 16:05:41 +010017