INNER CODE UNIT · Kotlin

describeTo

burhanrashid52/PhotoEditor · app/src/androidTest/java/com/burhanrashid52/photoediting/EditImageActivityTest.kt:406

                override fun describeTo(description: Description) {
                    description.appendText("with index: ")
                    description.appendValue(index)
                    matcher.describeTo(description)
                }

                public override fun matchesSafely(view: View?): Boolean {
                    return matcher.matches(view) && currentIndex++ == index
                }
            }
        }
    }
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…