I am using AndroidAnnotations (2.5) in an example project that I am currently working on.
Since you can annotate their classes, such as @EActivity, @ViewById, @Clickwhich will lead to the generation of code compile time, I was wondering how it was possible to create unit tests / functional tests for any application Android Annotations.
@EActivity
@ViewById
@Click
I would like to hear some opinions on this.
Greetings
I answered a similar post here .
, . , , , . Java , .
- . MyActivity_, AA, . , .
, , , , , , . , . , , " ".
Robolectric Robotium . Robolectric unit test, Robotium .
, unit test , , , .