Home | History | Annotate | only in /external/objenesis
Up to higher level directory
NameDateSize
Android.mk05-Oct-20171.9K
build.gradle05-Oct-2017227
LICENSE.txt05-Oct-201711.1K
main/05-Oct-2017
MODULE_LICENSE_APACHE205-Oct-20170
NOTICE05-Oct-201711.1K
README.android05-Oct-2017300
README.version05-Oct-2017209
tck/05-Oct-2017
tck-android/05-Oct-2017
update_source.sh05-Oct-20171.5K

README.android

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

README.version

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