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