blob: fb87007dcb83dccf5f9add878d66c57ba4192b60 [file] [log] [blame]
Ian Parkinsonf7b455e2013-01-30 18:38:43 +00001Objenesis 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