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

Latest commit

 

History

History
37 lines (23 loc) · 1.56 KB

File metadata and controls

37 lines (23 loc) · 1.56 KB

kakao / com.agoda.kakao.list / KEmptyAdapterItem

KEmptyAdapterItem

class KEmptyAdapterItem : KAdapterItem<KEmptyAdapterItem>

Empty implementation of KAdapterItem

Use this if you want to perform/assert on the root view of adapter item

Parameters

parent - Matcher of the root view of adapter item

See Also

KAdapterItem

Constructors

Name Summary
<init> KEmptyAdapterItem(parent: DataInteraction)
Empty implementation of KAdapterItem

Inherited Properties

Name Summary
root open var root: Matcher<Root!>!
view open val view: ViewInteractionDelegate

Inherited Functions

Name Summary
invoke operator fun invoke(function: T.() -> Unit): Unit
Operator that allows usage of DSL style
perform infix fun perform(function: T.() -> Unit): T
Infix function for invoking lambda on your view