We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd38570 commit 9734fd2Copy full SHA for 9734fd2
MPChartExample/src/androidTest/java/com/xxmassdeveloper/mpchartexample/StartTest.kt
@@ -1,5 +1,6 @@
1
package com.xxmassdeveloper.mpchartexample
2
3
+import android.util.Log
4
import androidx.test.core.graphics.writeToTestStorage
5
import androidx.test.espresso.Espresso
6
import androidx.test.espresso.Espresso.onData
@@ -49,7 +50,7 @@ class StartTest {
49
50
51
MainActivity.menuItems.forEachIndexed { index, contentItem ->
52
contentItem.clazz?.let {
- println("Intended ${index}-${it.simpleName}")
53
+ Log.d(nameRule.methodName, "Intended ${index}-${it.simpleName}")
54
55
onData(anything())
56
.inAdapterView(allOf(withId(R.id.listView1), isCompletelyDisplayed()))
0 commit comments