Package 

Class CompoundDrawableMatcher

  • All Implemented Interfaces:
    org.hamcrest.Matcher , org.hamcrest.SelfDescribing

    
    public final class CompoundDrawableMatcher
    extends BoundedMatcher<View, TextView>
                        

    Matcher of compound drawables for TextView

    • Method Summary

      Modifier and Type Method Description
      Unit describeTo(Description description)
      • Methods inherited from class androidx.test.espresso.matcher.BoundedMatcher

        _dont_implement_Matcher___instead_extend_BaseMatcher_, toString
      • Methods inherited from class io.github.kakaocup.kakao.common.matchers.CompoundDrawableMatcher

        describeMismatch, matches
      • Methods inherited from class java.lang.Object

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

      • CompoundDrawableMatcher

        CompoundDrawableMatcher(Integer leftDrawableResId, Integer topDrawableResId, Integer rightDrawableResId, Integer bottomDrawableResId, Integer tintColorId)
        Parameters:
        leftDrawableResId -
        • id res of left compound drawable

        topDrawableResId -
        • id res of top compound drawable

        rightDrawableResId -
        • id res of right compound drawable

        bottomDrawableResId -
        • id res of bottom compound drawable

        tintColorId -
        • id res of compound drawable tint