File tree Expand file tree Collapse file tree 5 files changed +5
-135
lines changed
androidTest/java/com/example/android/testing/notes
androidTestMock/java/com/example/android/testing/notes Expand file tree Collapse file tree 5 files changed +5
-135
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 23
23
import org .junit .runner .RunWith ;
24
24
25
25
import android .support .test .InstrumentationRegistry ;
26
+ import android .support .test .filters .LargeTest ;
26
27
import android .support .test .rule .ActivityTestRule ;
27
28
import android .support .test .runner .AndroidJUnit4 ;
28
29
import android .support .v4 .widget .DrawerLayout ;
29
- import android .test .suitebuilder .annotation .LargeTest ;
30
30
import android .view .Gravity ;
31
31
32
32
import static android .support .test .espresso .Espresso .onView ;
35
35
import static android .support .test .espresso .contrib .DrawerActions .open ;
36
36
import static android .support .test .espresso .contrib .DrawerMatchers .isClosed ;
37
37
import static android .support .test .espresso .contrib .DrawerMatchers .isOpen ;
38
+ import static android .support .test .espresso .contrib .NavigationViewActions .navigateTo ;
38
39
import static android .support .test .espresso .matcher .ViewMatchers .withContentDescription ;
39
40
import static android .support .test .espresso .matcher .ViewMatchers .withId ;
40
41
import static android .support .test .espresso .matcher .ViewMatchers .withText ;
41
- import static com .example .android .testing .notes .custom .action .NavigationViewActions .navigateTo ;
42
42
43
43
/**
44
44
* Tests for the {@link DrawerLayout} layout component in {@link NotesActivity} which manages
Original file line number Diff line number Diff line change 25
25
import org .junit .Test ;
26
26
import org .junit .runner .RunWith ;
27
27
28
+ import android .support .test .filters .LargeTest ;
28
29
import android .support .test .rule .ActivityTestRule ;
29
30
import android .support .test .runner .AndroidJUnit4 ;
30
31
import android .support .v7 .widget .RecyclerView ;
31
- import android .test .suitebuilder .annotation .LargeTest ;
32
32
import android .text .TextUtils ;
33
33
import android .view .View ;
34
34
Original file line number Diff line number Diff line change 29
29
import android .provider .MediaStore ;
30
30
import android .support .test .espresso .Espresso ;
31
31
import android .support .test .espresso .intent .rule .IntentsTestRule ;
32
+ import android .support .test .filters .LargeTest ;
32
33
import android .support .test .rule .ActivityTestRule ;
33
34
import android .support .test .runner .AndroidJUnit4 ;
34
- import android .test .suitebuilder .annotation .LargeTest ;
35
35
36
36
import static android .support .test .InstrumentationRegistry .getTargetContext ;
37
37
import static android .support .test .espresso .Espresso .onView ;
Original file line number Diff line number Diff line change 29
29
import android .app .Activity ;
30
30
import android .content .Intent ;
31
31
import android .support .test .espresso .Espresso ;
32
- import android .support .test .espresso . matcher . ViewMatchers ;
32
+ import android .support .test .filters . LargeTest ;
33
33
import android .support .test .rule .ActivityTestRule ;
34
34
import android .support .test .runner .AndroidJUnit4 ;
35
- import android .test .suitebuilder .annotation .LargeTest ;
36
35
37
36
import static android .support .test .espresso .Espresso .onView ;
38
37
import static android .support .test .espresso .assertion .ViewAssertions .matches ;
You can’t perform that action at this time.
0 commit comments