Skip to content

Version 1.13.0 (2020-08-29)

Compare
Choose a tag to compare
@ychescale9 ychescale9 released this 29 Aug 14:07
· 245 commits to main since this release
  • 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 matching RecyclerView item by itemViewType.