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.13 KB

File metadata and controls

26 lines (16 loc) · 1.13 KB

kakao / com.agoda.kakao.common.matchers / IndexMatcher

IndexMatcher

class IndexMatcher : TypeSafeMatcher<View>

Matches index'th view that matches given matcher

Parameters

matcher - Matcher that have several matching views

index - index of view that must be matched

Constructors

Name Summary
<init> IndexMatcher(matcher: Matcher<View>, index: Int)
Matches index'th view that matches given matcher

Functions

Name Summary
describeTo fun describeTo(desc: Description): Unit
matchesSafely fun matchesSafely(view: View): Boolean