Home | History | Annotate | only in /external/littlemock
Up to higher level directory
NameDateSize
Android.mk10-Jul-2012892
CleanSpec.mk10-Jul-20122.2K
COPYING10-Jul-201211.1K
MODULE_LICENSE_APACHE210-Jul-20120
NOTICE10-Jul-201211.1K
README10-Jul-2012395
src/10-Jul-2012
tests/10-Jul-2012

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 No modifications.
     16 
     17