• Home
Name Date Size #Lines LOC

..--

main/03-May-2024-2,7581,469

tck/03-May-2024-2,7941,722

tck-android/03-May-2024-216151

Android.mkD03-May-20242.2 KiB6927

LICENSE.txtD03-May-202411.1 KiB203169

README.androidD03-May-2024300 95

build.gradleD03-May-2024227 1915

update_source.shD03-May-2024618 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