Version 1.13.0 (2020-08-29)
- New
RobotAssertions.viewNotExists(@IdRes vararg viewIds: Int)
for asserting that views are not present in the view hierarchy. - New
withItemViewType(@IdRes recyclerViewId: Int, itemViewType: Int): Matcher<View>
for matchingRecyclerView
item byitemViewType
.