0

I am trying to create a test project

I have downloaded the source for AssertJ from here

And their instruction says I need to do

import static org.assertj.android.api.Assertions.assertThat;

but that is not working, what am I doing wrong?

Lena Bru
  • 13,521
  • 11
  • 61
  • 126
  • Do you use `gradle` to build your project? – eleven Aug 31 '14 at 13:05
  • Then it's harder to help you. `Google` switched from `Ant` to `Gradle` and now there is no separate test project. – eleven Aug 31 '14 at 13:48
  • I figured our how to add FEST, however it seems i can only test activities and views. Do you know how I can test Model or Controller objects? that do not inherit from activity/fragment/view classes ? – Lena Bru Aug 31 '14 at 13:54
  • import static org.fest.assertions.api.ANDROID.assertThat; import static org.fest.assertions.api.Assertions.assertThat; – Lena Bru Aug 31 '14 at 14:02

0 Answers0