AndroidAnnotations and Unit Testing

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.

I would like to hear some opinions on this.

Greetings

+3
source share
1 answer

I answered a similar post here .

, . , , , . Java , .

- . MyActivity_, AA, . , .

, , , , , , . , . , , " ".

Robolectric Robotium . Robolectric unit test, Robotium .

, unit test , , , .

+3

All Articles