BackgroundColorMatcher

public final class BackgroundColorMatcher extends TypeSafeMatcher<View>

Matches given background color with the current one

Parameters

resId

Background color resource to be matched (default is -1)

colorCode

Background color string code to be matched (default is null)

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
public final Unit describeMismatch(Object p0, Description p1)
Link copied to clipboard
public Unit describeTo(Description description)
Link copied to clipboard
public final Boolean matches(Object p0)
Link copied to clipboard
public String toString()