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

Latest commit

 

History

History
24 lines (15 loc) · 1022 Bytes

File metadata and controls

24 lines (15 loc) · 1022 Bytes

kakao / com.agoda.kakao.common.matchers / RecyclerViewAdapterSizeMatcher

RecyclerViewAdapterSizeMatcher

class RecyclerViewAdapterSizeMatcher : BoundedMatcher<View, RecyclerView>

Matches RecyclerView with count of children

Parameters

size - of children count in RecyclerView

Constructors

Name Summary
<init> RecyclerViewAdapterSizeMatcher(size: Int)
Matches RecyclerView with count of children

Functions

Name Summary
describeTo fun describeTo(description: Description): Unit
matchesSafely fun matchesSafely(view: RecyclerView): Boolean