kptfh / autoextender

Allows to implements only selected methods of interface other will be stubbed automatically

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

autoextender

Allows to implements only selected methods of interface other will be stubbed automatically

Usage

Implement methods you need in abstract class and then let AutoExtender to stub remaining methods

Interface stubbed = AutoExtender.extend(AbstractClass.class).to(Interface.class);

About

Allows to implements only selected methods of interface other will be stubbed automatically

License:Apache License 2.0


Languages

Language:Java 100.0%