# external_littlemock **Repository Path**: androidsourcecode/external_littlemock ## Basic Information - **Project Name**: external_littlemock - **Description**: android external littlemock - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-03-11 - **Last Updated**: 2024-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This folder contains the littlemock library. The latest version of littlemock can be found at this url: http://code.google.com/p/littlemock Version: r3 License: Apache 2.0 Description: Mocking framework. Looks very like Mockito (see http://mockito.org). Has a number of restrictions. Can mock concrete classes, requires dexmaker.jar on classpath. Local Modifications: - Change to AppDataDirGuesser to handle the new class loader toString format introduced in JB.