lundi 29 août 2016

Android - Writing tool to generate presenter, Unit tests for Activity classes

I am currently working on a project that contains multiple Activity classes. I want to adopt MVP pattern to get better code coverage and want to move business logic residing in Activity classes to presenter classes. Since, the number of classes are too many, I am looking for a tool, that would generate Presenter classes per activity. Also, if possible that tool should generate Unit tests for every method in presenter class.

My questions are: Does this tool exist? If not, what is the best approach should I take to write this tool? IntelliJ plugin development, Python script?

Aucun commentaire:

Enregistrer un commentaire