Home | History | Annotate | only in /external/objenesis
Up to higher level directory
NameDateSize
Android.mk08-Oct-20152.2K
build.gradle08-Oct-2015227
LICENSE.txt08-Oct-201511.1K
main/08-Oct-2015
README.android08-Oct-2015300
tck/08-Oct-2015
tck-android/08-Oct-2015
update_source.sh08-Oct-2015618

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