Skip to content

Commit 489c9f7

Browse files
committed
Rename tests
1 parent 82ff656 commit 489c9f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MPChartExample/src/androidTest/java/com/xxmassdeveloper/mpchartexample/StartTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class StartTest {
4343
}
4444

4545
@Test
46-
fun smokeTestSimplyStart() {
46+
fun smokeTestStart() {
4747
Espresso.onView(ViewMatchers.isRoot())
4848
.captureToBitmap()
4949
.writeToTestStorage("${javaClass.simpleName}_${nameRule.methodName}")

MPChartExample/src/androidTest/java/com/xxmassdeveloper/mpchartexample/ViewPagerTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class ViewPagerTest {
2424
var nameRule = TestName()
2525

2626
@Test
27-
fun smokeTestSimplyStart() {
27+
fun smokeTestViewPager() {
2828
Thread.sleep(SHORT_DURATION_MS)
2929
onView(ViewMatchers.isRoot())
3030
.captureToBitmap()

0 commit comments

Comments
 (0)