Given a "standard" android.jar, creates a "mockable" version, where all classes and methods are not final. Optionally makes all methods return "default" values, instead of throwing the infamous "Stub!" exceptions.
Constructor and description |
---|
MockableJarGenerator
(boolean returnDefaultValues) |