We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ff656 commit 489c9f7Copy full SHA for 489c9f7
2 files changed
MPChartExample/src/androidTest/java/com/xxmassdeveloper/mpchartexample/StartTest.kt
@@ -43,7 +43,7 @@ class StartTest {
43
}
44
45
@Test
46
- fun smokeTestSimplyStart() {
+ fun smokeTestStart() {
47
Espresso.onView(ViewMatchers.isRoot())
48
.captureToBitmap()
49
.writeToTestStorage("${javaClass.simpleName}_${nameRule.methodName}")
MPChartExample/src/androidTest/java/com/xxmassdeveloper/mpchartexample/ViewPagerTest.kt
@@ -24,7 +24,7 @@ class ViewPagerTest {
24
var nameRule = TestName()
25
26
27
+ fun smokeTestViewPager() {
28
Thread.sleep(SHORT_DURATION_MS)
29
onView(ViewMatchers.isRoot())
30
0 commit comments