Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 1.24 KB

File metadata and controls

26 lines (16 loc) · 1.24 KB

kakao / com.agoda.kakao.common.matchers / BackgroundColorMatcher

BackgroundColorMatcher

class BackgroundColorMatcher : 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

Name Summary
<init> BackgroundColorMatcher(resId: Int= -1, colorCode:String? = null)
Matches given background color with the current one

Functions

Name Summary
describeTo fun describeTo(description: Description): Unit
matchesSafely fun matchesSafely(item: View?): Boolean