-
- All Implemented Interfaces:
public class ViewAssertions
A custom extension of androidx.test.espresso.assertion.ViewAssertions.
Perhaps in the future we could extend Espresso's using Kotlin's extension functions.
-
-
Method Summary
Modifier and Type Method Description static ViewAssertion
matches(Matcher<out Object> viewMatcher)
An alternative to Espresso's matches, which is more suitable for Detox' separated interaction-matcher architecture. -
-
Method Detail
-
matches
static ViewAssertion matches(Matcher<out Object> viewMatcher)
An alternative to Espresso's matches, which is more suitable for Detox' separated interaction-matcher architecture. See MatchesViewAssertion for more details.
-
-
-
-