File tree 1 file changed +6
-6
lines changed
app/src/androidTest/java/fr/free/nrw/commons
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
package fr .free .nrw .commons ;
2
2
3
+ import static android .support .test .espresso .Espresso .onView ;
4
+ import static android .support .test .espresso .matcher .ViewMatchers .isDisplayed ;
5
+ import static android .support .test .espresso .matcher .ViewMatchers .withText ;
6
+
3
7
import android .support .test .espresso .assertion .ViewAssertions ;
4
8
import android .support .test .filters .LargeTest ;
5
9
import android .support .test .rule .ActivityTestRule ;
6
10
import android .support .test .runner .AndroidJUnit4 ;
7
11
12
+ import fr .free .nrw .commons .nearby .NearbyActivity ;
13
+
8
14
import org .junit .Rule ;
9
15
import org .junit .Test ;
10
16
import org .junit .runner .RunWith ;
11
17
12
- import fr .free .nrw .commons .nearby .NearbyActivity ;
13
-
14
- import static android .support .test .espresso .Espresso .onView ;
15
- import static android .support .test .espresso .matcher .ViewMatchers .isDisplayed ;
16
- import static android .support .test .espresso .matcher .ViewMatchers .withText ;
17
-
18
18
@ LargeTest
19
19
@ RunWith (AndroidJUnit4 .class )
20
20
public class NearbyActivityTest {
You can’t perform that action at this time.
0 commit comments