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