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- bug8297640.patch: update instantiation code to handle change in internal 18 methods 19