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?
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?