Skip to content

v2.5.0

Compare
Choose a tag to compare
@Sloy Sloy released this 05 Jul 13:38
· 163 commits to master since this release

New:

  • Hint and error assertions (#236)
  • Added setTimeOnPicker function that populates the hour and minute on a time picker (#237)
  • Added clearText function for EditTexts (#238)

Fixes:

  • Make public ActivityTestRule from BaristaRule (#215)
  • Fix ListInteractions failure handling (#240)
  • Improve assertion tests and errors (#242)

Others:

  • Created ViewActionExecutor to reuse performAction() code (#194)
  • Explain how to use @get:Rule in Kotlin tests (#221)
  • Update libraries, build tools, gradle version, etc (#222)
  • Update readme with new Gradle syntax (#225)