NameDateSize

..05-Nov-20144 KiB

Android.mk05-Nov-20142.2 KiB

build.gradle05-Nov-2014227

LICENSE.txt05-Nov-201411.1 KiB

main/05-Nov-20144 KiB

README.android05-Nov-2014300

tck/05-Nov-20144 KiB

tck-android/05-Nov-20144 KiB

update_source.sh05-Nov-2014618

README.android

1Objenesis is a library which makes it easier to instantiate objects bypassing
2Java's standard constructor mechanism. This is sometimes useful in tests, and
3is used in particular by Mockito.
4
5See https://code.google.com/p/objenesis/
6
7The source code can be updated using the update_source.sh script.
8
9