Package 

Class BackgroundColorMatcher

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

    
    public final class BackgroundColorMatcher
    extends TypeSafeMatcher<View>
                        

    Matches given background color with the current one

    • Method Summary

      Modifier and Type Method Description
      Unit describeTo(Description description)
      • Methods inherited from class org.hamcrest.TypeSafeMatcher

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

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

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

      • BackgroundColorMatcher

        BackgroundColorMatcher(Integer resId, String colorCode)
        Parameters:
        resId - Background color resource to be matched (default is -1)
        colorCode - Background color string code to be matched (default is null)