summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..fba3f30
--- /dev/null
+++ b/README
@@ -0,0 +1,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.
+