Skip to content

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

License

Notifications You must be signed in to change notification settings

kptfh/autoextender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages