NameDateSize

..11-Jun-201812 KiB

Android.mk11-Jun-20181.9 KiB

build.gradle11-Jun-2018227

LICENSE.txt11-Jun-201811.1 KiB

main/11-Jun-20184 KiB

MODULE_LICENSE_APACHE211-Jun-20180

NOTICE11-Jun-201811.1 KiB

README.android11-Jun-2018300

README.version11-Jun-2018209

tck/11-Jun-20184 KiB

tck-android/11-Jun-20184 KiB

update_source.sh11-Jun-20181.5 KiB

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

README.version

1URL: https://github.com/easymock/objenesis
2Version: 2.5
3BugComponent: 21001
4
5Local Modifications:
6      Modified UnsafeFactoryInstantiator to use reflection to access Unsafe as it is not available on Android.
7