Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
main/ | 03-May-2024 | - | 2,758 | 1,469 | ||
tck/ | 03-May-2024 | - | 2,794 | 1,722 | ||
tck-android/ | 03-May-2024 | - | 216 | 151 | ||
Android.mk | D | 03-May-2024 | 2.2 KiB | 69 | 27 | |
LICENSE.txt | D | 03-May-2024 | 11.1 KiB | 203 | 169 | |
README.android | D | 03-May-2024 | 300 | 9 | 5 | |
build.gradle | D | 03-May-2024 | 227 | 19 | 15 | |
update_source.sh | D | 03-May-2024 | 618 | 30 | 17 |
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