| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| Android.mk | 04-Nov-2014 | 2.2K | |
| build.gradle | 04-Nov-2014 | 227 | |
| LICENSE.txt | 04-Nov-2014 | 11.1K | |
| main/ | 04-Nov-2014 | ||
| README.android | 04-Nov-2014 | 300 | |
| tck/ | 04-Nov-2014 | ||
| tck-android/ | 04-Nov-2014 | ||
| update_source.sh | 04-Nov-2014 | 618 | |
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