Home | History | Annotate | only in /external/objenesis
Up to higher level directory
NameDateSize
Android.mk16-Dec-20142.2K
build.gradle16-Dec-2014227
LICENSE.txt16-Dec-201411.1K
main/16-Dec-2014
README.android16-Dec-2014300
tck/16-Dec-2014
tck-android/16-Dec-2014
update_source.sh16-Dec-2014618

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