Skip to content

Releases: open-tool/ultron

1.0.14

07 Feb 07:40
Compare
Choose a tag to compare

#9 New custom actions and assertions for espresso

Add new methods for Matcher<View>, ViewInteraction, DataInteraction:

getText()
getDrawable()
getContentDescription()
hasDrawable(@DrawableRes resourceId: Int)
hasAnyDrawable()

With Ultron you're able to get any property of any View.
There is an example how it could be done - GetTextAction

1.0.13

19 Jan 19:35
Compare
Choose a tag to compare

Feature:

  • #8 Add item search limit for RecyclerViews
withRecyclerView(R.id.recycler, itemSearchLimit = 20)

1.0.12

17 Jan 20:29
Compare
Choose a tag to compare

Bug fixes:

  • Actualise UltronRecyclerView reference in UltronRecyclerViewItem class