• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

main/22-Nov-2023-2,7581,469

tck/22-Nov-2023-2,7941,722

tck-android/22-Nov-2023-216151

.gitD01-Jan-19700

Android.mkD22-Nov-20232.2 KiB6927

LICENSE.txtD22-Nov-202311.1 KiB203169

README.androidD22-Nov-2023300 95

build.gradleD22-Nov-2023227 1915

update_source.shD22-Nov-2023618 3017

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