summaryrefslogtreecommitdiff
path: root/README.android
diff options
context:
space:
mode:
authorIan Parkinson <ianp@google.com>2013-01-30 18:38:43 +0000
committerIan Parkinson <ianp@google.com>2013-01-30 19:04:31 +0000
commitf7b455e2c32c6b943a0879d1d571b71915a033a2 (patch)
treec6f07a054da8437ac455a008ec0b661100008e30 /README.android
parent40a941c5de3048d3404d48ea17f28f5889e8fd69 (diff)
downloadobjenesis-f7b455e2c32c6b943a0879d1d571b71915a033a2.tar.gz
Objenesis update_source script and README
Change-Id: I9482b807679c681c56abb82d19cb4930bd7ca9b1
Diffstat (limited to 'README.android')
-rw-r--r--README.android8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.android b/README.android
new file mode 100644
index 0000000..fb87007
--- /dev/null
+++ b/README.android
@@ -0,0 +1,8 @@
+Objenesis is a library which makes it easier to instantiate objects bypassing
+Java's standard constructor mechanism. This is sometimes useful in tests, and
+is used in particular by Mockito.
+
+See https://code.google.com/p/objenesis/
+
+The source code can be updated using the update_source.sh script.
+