Package 

Class ViewAssertions

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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.