Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
main/ | 03-May-2024 | - | 4,234 | 2,186 | ||
tck/ | 03-May-2024 | - | 2,898 | 1,625 | ||
tck-android/ | 03-May-2024 | - | 393 | 280 | ||
Android.bp | D | 03-May-2024 | 1.2 KiB | 43 | 37 | |
LICENSE.txt | D | 03-May-2024 | 11.1 KiB | 203 | 169 | |
MODULE_LICENSE_APACHE2 | D | 03-May-2024 | 0 | |||
NOTICE | D | 03-May-2024 | 11.1 KiB | 203 | 169 | |
OWNERS | D | 03-May-2024 | 22 | 2 | 1 | |
README.android | D | 03-May-2024 | 300 | 9 | 5 | |
README.version | D | 03-May-2024 | 209 | 7 | 5 | |
build.gradle | D | 03-May-2024 | 227 | 19 | 15 | |
update_source.sh | D | 03-May-2024 | 1.5 KiB | 69 | 43 |
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