AndroidAnnotations and Unit Testing
问题 I am using AndroidAnnotations(2.5) in a sample project I am currently working on. Since you can annotate your classes with for example @EActivity , @ViewById , @Click which will all lead to generated compile-time code, I was wondering how one would go about creating unit tests / functional tests for any Android Annotations powered application. I would love to hear some opinions on this matter. Cheers, 回答1: I responded to a similar post here. There are a couple of options available to you. You