Allows to implements only selected methods of interface other will be stubbed automatically
Implement methods you need in abstract class and then let AutoExtender to stub remaining methods
Interface stubbed = AutoExtender.extend(AbstractClass.class).to(Interface.class);