44import android .support .test .espresso .contrib .RecyclerViewActions ;
55import android .support .test .espresso .web .webdriver .Locator ;
66import android .support .test .filters .LargeTest ;
7+ import android .support .test .filters .Suppress ;
78import android .support .test .rule .ActivityTestRule ;
89import android .support .test .runner .AndroidJUnit4 ;
910
@@ -30,6 +31,7 @@ public class MainActivityTest {
3031 MainActivity .class , false , true );
3132
3233 @ Test
34+ @ Suppress
3335 public void pieChartTest () {
3436 onView (withId (R .id .recycler_view ))
3537 .perform (RecyclerViewActions .actionOnItemAtPosition (0 , click ()));
@@ -46,6 +48,7 @@ public void pieChartTest() {
4648 }
4749
4850 @ Test
51+ @ Suppress
4952 public void columnChartTest () {
5053 onView (withId (R .id .recycler_view ))
5154 .perform (RecyclerViewActions .actionOnItemAtPosition (1 , click ()));
@@ -66,6 +69,7 @@ public void columnChartTest() {
6669 }
6770
6871 @ Test
72+ @ Suppress
6973 public void lineChartTest () {
7074 onView (withId (R .id .recycler_view ))
7175 .perform (RecyclerViewActions .actionOnItemAtPosition (2 , click ()));
@@ -80,6 +84,7 @@ public void lineChartTest() {
8084 }
8185
8286 @ Test
87+ @ Suppress
8388 public void areaChartTest () {
8489 onView (withId (R .id .recycler_view ))
8590 .perform (RecyclerViewActions .actionOnItemAtPosition (3 , click ()));
@@ -125,6 +130,7 @@ public void barChartTest() {
125130 }
126131
127132 @ Test
133+ @ Suppress
128134 public void vennDiagramTest () {
129135 onView (withId (R .id .recycler_view ))
130136 .perform (RecyclerViewActions .actionOnItemAtPosition (5 , click ()));
@@ -142,6 +148,7 @@ public void vennDiagramTest() {
142148 }
143149
144150 @ Test
151+ @ Suppress
145152 public void heatMapChartTest () {
146153 onView (withId (R .id .recycler_view ))
147154 .perform (RecyclerViewActions .actionOnItemAtPosition (6 , click ()));
@@ -304,6 +311,7 @@ public void windDirectionTest() {
304311 }
305312
306313 @ Test
314+ @ Suppress
307315 public void scatterChartTest () {
308316 onView (withId (R .id .recycler_view ))
309317 .perform (RecyclerViewActions .actionOnItemAtPosition (15 , click ()));
@@ -331,6 +339,7 @@ public void resourceChartTest() {
331339 }
332340
333341 @ Test
342+ @ Suppress
334343 public void radarChartTest () {
335344 onView (withId (R .id .recycler_view ))
336345 .perform (RecyclerViewActions .actionOnItemAtPosition (17 , click ()));
@@ -359,6 +368,7 @@ public void polarChartTest() {
359368 }
360369
361370 @ Test
371+ @ Suppress
362372 public void rangeChartTest () {
363373 onView (withId (R .id .recycler_view ))
364374 .perform (RecyclerViewActions .actionOnItemAtPosition (19 , click ()));
@@ -465,6 +475,7 @@ public void combinedChartTest() {
465475 }
466476
467477 @ Test
478+ @ Suppress
468479 public void bubbleChartTest () {
469480 onView (withId (R .id .recycler_view ))
470481 .perform (RecyclerViewActions .actionOnItemAtPosition (24 , click ()));
@@ -511,6 +522,7 @@ public void pyramidChartTest() {
511522 }
512523
513524 @ Test
525+ @ Suppress
514526 public void boxChartTest () {
515527 onView (withId (R .id .recycler_view ))
516528 .perform (RecyclerViewActions .actionOnItemAtPosition (27 , click ()));
@@ -545,6 +557,7 @@ public void mosaicChartTest() {
545557 }
546558
547559 @ Test
560+ @ Suppress
548561 public void mekkoChartTest () {
549562 onView (withId (R .id .recycler_view ))
550563 .perform (RecyclerViewActions .actionOnItemAtPosition (29 , click ()));
@@ -562,6 +575,7 @@ public void mekkoChartTest() {
562575 }
563576
564577 @ Test
578+ @ Suppress
565579 public void bar3DChartTest () {
566580 onView (withId (R .id .recycler_view ))
567581 .perform (RecyclerViewActions .actionOnItemAtPosition (30 , click ()));
@@ -585,6 +599,7 @@ public void bar3DChartTest() {
585599 }
586600
587601 @ Test
602+ @ Suppress
588603 public void column3DChartTest () {
589604 onView (withId (R .id .recycler_view ))
590605 .perform (RecyclerViewActions .actionOnItemAtPosition (31 , click ()));
@@ -607,6 +622,7 @@ public void column3DChartTest() {
607622 }
608623
609624 @ Test
625+ @ Suppress
610626 public void area3DChartTest () {
611627 onView (withId (R .id .recycler_view ))
612628 .perform (RecyclerViewActions .actionOnItemAtPosition (32 , click ()));
@@ -620,6 +636,7 @@ public void area3DChartTest() {
620636 }
621637
622638 @ Test
639+ @ Suppress
623640 public void hiloChartTest () {
624641 onView (withId (R .id .recycler_view ))
625642 .perform (RecyclerViewActions .actionOnItemAtPosition (33 , click ()));
@@ -682,6 +699,7 @@ public void sunburstChartTest() {
682699 }
683700
684701 @ Test
702+ @ Suppress
685703 public void bubbleMapTest () {
686704 onView (withId (R .id .recycler_view ))
687705 .perform (RecyclerViewActions .actionOnItemAtPosition (37 , click ()));
0 commit comments