onView(withId(R.id.recyclerView)).check(
matches(
atPosition(
0,
hasDescendant(withText("ほげ"))
)
)
)
hasDescendant は子孫に指定されたmatcherの要素があるか。
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
onView(withId(R.id.recyclerView)).check(
matches(
atPosition(
0,
hasDescendant(withText("ほげ"))
)
)
)
hasDescendant は子孫に指定されたmatcherの要素があるか。
Register as a new user and use Qiita more conveniently
Go to list of users who liked