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 ;
87import android .support .test .rule .ActivityTestRule ;
98import android .support .test .runner .AndroidJUnit4 ;
109
@@ -31,7 +30,6 @@ public class MainActivityTest {
3130 MainActivity .class , false , true );
3231
3332 @ Test
34- @ Suppress
3533 public void pieChartTest () {
3634 onView (withId (R .id .recycler_view ))
3735 .perform (RecyclerViewActions .actionOnItemAtPosition (0 , click ()));
@@ -48,7 +46,6 @@ public void pieChartTest() {
4846 }
4947
5048 @ Test
51- @ Suppress
5249 public void columnChartTest () {
5350 onView (withId (R .id .recycler_view ))
5451 .perform (RecyclerViewActions .actionOnItemAtPosition (1 , click ()));
@@ -69,7 +66,6 @@ public void columnChartTest() {
6966 }
7067
7168 @ Test
72- @ Suppress
7369 public void lineChartTest () {
7470 onView (withId (R .id .recycler_view ))
7571 .perform (RecyclerViewActions .actionOnItemAtPosition (2 , click ()));
@@ -84,7 +80,6 @@ public void lineChartTest() {
8480 }
8581
8682 @ Test
87- @ Suppress
8883 public void areaChartTest () {
8984 onView (withId (R .id .recycler_view ))
9085 .perform (RecyclerViewActions .actionOnItemAtPosition (3 , click ()));
@@ -130,7 +125,6 @@ public void barChartTest() {
130125 }
131126
132127 @ Test
133- @ Suppress
134128 public void vennDiagramTest () {
135129 onView (withId (R .id .recycler_view ))
136130 .perform (RecyclerViewActions .actionOnItemAtPosition (5 , click ()));
@@ -148,7 +142,6 @@ public void vennDiagramTest() {
148142 }
149143
150144 @ Test
151- @ Suppress
152145 public void heatMapChartTest () {
153146 onView (withId (R .id .recycler_view ))
154147 .perform (RecyclerViewActions .actionOnItemAtPosition (6 , click ()));
@@ -311,7 +304,6 @@ public void windDirectionTest() {
311304 }
312305
313306 @ Test
314- @ Suppress
315307 public void scatterChartTest () {
316308 onView (withId (R .id .recycler_view ))
317309 .perform (RecyclerViewActions .actionOnItemAtPosition (15 , click ()));
@@ -339,7 +331,6 @@ public void resourceChartTest() {
339331 }
340332
341333 @ Test
342- @ Suppress
343334 public void radarChartTest () {
344335 onView (withId (R .id .recycler_view ))
345336 .perform (RecyclerViewActions .actionOnItemAtPosition (17 , click ()));
@@ -368,7 +359,6 @@ public void polarChartTest() {
368359 }
369360
370361 @ Test
371- @ Suppress
372362 public void rangeChartTest () {
373363 onView (withId (R .id .recycler_view ))
374364 .perform (RecyclerViewActions .actionOnItemAtPosition (19 , click ()));
@@ -475,7 +465,6 @@ public void combinedChartTest() {
475465 }
476466
477467 @ Test
478- @ Suppress
479468 public void bubbleChartTest () {
480469 onView (withId (R .id .recycler_view ))
481470 .perform (RecyclerViewActions .actionOnItemAtPosition (24 , click ()));
@@ -522,7 +511,6 @@ public void pyramidChartTest() {
522511 }
523512
524513 @ Test
525- @ Suppress
526514 public void boxChartTest () {
527515 onView (withId (R .id .recycler_view ))
528516 .perform (RecyclerViewActions .actionOnItemAtPosition (27 , click ()));
@@ -557,7 +545,6 @@ public void mosaicChartTest() {
557545 }
558546
559547 @ Test
560- @ Suppress
561548 public void mekkoChartTest () {
562549 onView (withId (R .id .recycler_view ))
563550 .perform (RecyclerViewActions .actionOnItemAtPosition (29 , click ()));
@@ -575,7 +562,6 @@ public void mekkoChartTest() {
575562 }
576563
577564 @ Test
578- @ Suppress
579565 public void bar3DChartTest () {
580566 onView (withId (R .id .recycler_view ))
581567 .perform (RecyclerViewActions .actionOnItemAtPosition (30 , click ()));
@@ -599,7 +585,6 @@ public void bar3DChartTest() {
599585 }
600586
601587 @ Test
602- @ Suppress
603588 public void column3DChartTest () {
604589 onView (withId (R .id .recycler_view ))
605590 .perform (RecyclerViewActions .actionOnItemAtPosition (31 , click ()));
@@ -622,7 +607,6 @@ public void column3DChartTest() {
622607 }
623608
624609 @ Test
625- @ Suppress
626610 public void area3DChartTest () {
627611 onView (withId (R .id .recycler_view ))
628612 .perform (RecyclerViewActions .actionOnItemAtPosition (32 , click ()));
@@ -636,7 +620,6 @@ public void area3DChartTest() {
636620 }
637621
638622 @ Test
639- @ Suppress
640623 public void hiloChartTest () {
641624 onView (withId (R .id .recycler_view ))
642625 .perform (RecyclerViewActions .actionOnItemAtPosition (33 , click ()));
@@ -699,7 +682,6 @@ public void sunburstChartTest() {
699682 }
700683
701684 @ Test
702- @ Suppress
703685 public void bubbleMapTest () {
704686 onView (withId (R .id .recycler_view ))
705687 .perform (RecyclerViewActions .actionOnItemAtPosition (37 , click ()));
0 commit comments