Skip to content

Commit 9734fd2

Browse files
committed
Remove a log
1 parent cd38570 commit 9734fd2

File tree

1 file changed

+2
-1
lines changed
  • MPChartExample/src/androidTest/java/com/xxmassdeveloper/mpchartexample

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package com.xxmassdeveloper.mpchartexample
22

3+
import android.util.Log
34
import androidx.test.core.graphics.writeToTestStorage
45
import androidx.test.espresso.Espresso
56
import androidx.test.espresso.Espresso.onData
@@ -49,7 +50,7 @@ class StartTest {
4950

5051
MainActivity.menuItems.forEachIndexed { index, contentItem ->
5152
contentItem.clazz?.let {
52-
println("Intended ${index}-${it.simpleName}")
53+
Log.d(nameRule.methodName, "Intended ${index}-${it.simpleName}")
5354

5455
onData(anything())
5556
.inAdapterView(allOf(withId(R.id.listView1), isCompletelyDisplayed()))

0 commit comments

Comments
 (0)