Skip to content

Releases: Wolox/wolmo-testing-android

v0.1.4

05 Dec 14:29
0d3c4a4
Compare
Choose a tag to compare

This release contains new Mockito helper functions:

  • verifyOnce
  • verifyAtLeastOnce
  • verifyZeroTimes
  • verifyCustomTimes

v0.1.3

02 Feb 12:11
a233aa8
Compare
Choose a tag to compare

This release contains the following features:

  • Added longClick and doubleClick actions to ActionsHelper
  • Added clearText and replaceText actions to TextHelpers
  • Added checkIsClickable, checkIsNotClickable, checkIsFocused and checkIsNotFocused matchers to VisibilityMatchers.

v0.1.2

21 Dec 21:15
Compare
Choose a tag to compare

Wolmo Testing Android - v0.1.2

Removed a line in the build.gradle file that was causing an error on some Kotlin versions.

v0.1.1

21 Dec 19:54
Compare
Choose a tag to compare

Wolmo Testing Android - v0.1.1

Fixed some issues regarding the library publication.

v0.1.0

21 Dec 18:21
Compare
Choose a tag to compare

Wolmo Testing Android - v0.1.0

This release contains the first methods to help you write cleaner and better instrumented tests with Espresso.

Features

  • Text matchers: checkTextMatches, checkHintMatches, checkErrorText, checkPopUpText
  • Visibility matchers: checkIsVisible, checkIsGone, checkIsInvisible, checkIsEnabled and checkIsDisabled
  • Intent matchers: checkIntent and checkIntentWithActionView
  • Text helpers: writeText
  • Action helpers: singleClick and scrollAndPerformAction
  • Hilt compatibility with standalone fragment testing: the method launchHiltFragment launches a fragment inside a dummy Hilt activity and provides a safe environment to test it.