summaryrefslogtreecommitdiff
path: root/README
blob: fba3f306fe99d536899a4c23934fe7c13348b99f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 - mocks interfaces only, no class
generation. Has no dependencies, consequently can be used on Android.

Local Modifications:
No modifications.