Home | History | Annotate | only in /external/littlemock
Up to higher level directory
NameDateSize
Android.mk20-Sep-2013892
bug-8297640.patch20-Sep-20131.1K
CleanSpec.mk20-Sep-20132.2K
COPYING20-Sep-201311.1K
MODULE_LICENSE_APACHE220-Sep-20130
NOTICE20-Sep-201311.1K
README20-Sep-2013558
src/20-Sep-2013
tests/20-Sep-2013

README

      1 This folder contains the littlemock library.
      2 
      3 The latest version of littlemock can be found at this url:
      4     http://code.google.com/p/littlemock
      5 
      6 Version: r3
      7 License: Apache 2.0
      8 
      9 Description:
     10 Mocking framework. Looks very like Mockito (see http://mockito.org).
     11 Has a number of restrictions.
     12 Can mock concrete classes, requires dexmaker.jar on classpath.
     13 
     14 Local 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