Releases: Wolox/wolmo-testing-android
Releases · Wolox/wolmo-testing-android
v0.1.4
v0.1.3
This release contains the following features:
- Added
longClickanddoubleClickactions to ActionsHelper - Added
clearTextandreplaceTextactions to TextHelpers - Added
checkIsClickable,checkIsNotClickable,checkIsFocusedandcheckIsNotFocusedmatchers to VisibilityMatchers.
v0.1.2
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
Wolmo Testing Android - v0.1.1
Fixed some issues regarding the library publication.
v0.1.0
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,checkIsEnabledandcheckIsDisabled - Intent matchers:
checkIntentandcheckIntentWithActionView - Text helpers:
writeText - Action helpers:
singleClickandscrollAndPerformAction - Hilt compatibility with standalone fragment testing: the method
launchHiltFragmentlaunches a fragment inside a dummy Hilt activity and provides a safe environment to test it.