Skip to content

Pull to refresh action and Recycler child count assertion!

Compare
Choose a tag to compare
@rocboronat rocboronat released this 26 May 12:51
· 259 commits to master since this release

This Release adds an Action and a Assertion, thanks to the contribution #75:
BaristaSwipeRefreshActions.refresh(R.id.swipetorefreshview);
BaristaAssertions.assertRecyclerViewItemCount(R.id.recycler, expectedChildCount)

Thanks to @rubikovitch for this great contribution!