Home | History | Annotate | only in /external/objenesis
Up to higher level directory
NameDateSize
Android.bp22-Oct-20201.2K
build.gradle22-Oct-2020227
LICENSE.txt22-Oct-202011.1K
main/22-Oct-2020
MODULE_LICENSE_APACHE222-Oct-20200
NOTICE22-Oct-202011.1K
OWNERS22-Oct-202022
README.android22-Oct-2020300
README.version22-Oct-2020209
tck/22-Oct-2020
tck-android/22-Oct-2020
update_source.sh22-Oct-20201.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