kakao / com.agoda.kakao.common.assertions / BaseAssertions / hasBackgroundColor
open fun hasBackgroundColor(@ColorRes resId:
Int
):
Unit
Checks if the view has given background color
resId
- Color resource to be matchedopen fun hasBackgroundColor(colorCode:
String
):
Unit
Checks if the view has given background color
colorCode
- Color string code to be matched