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

Latest commit

 

History

History
33 lines (21 loc) · 1.94 KB

File metadata and controls

33 lines (21 loc) · 1.94 KB

kakao / com.agoda.kakao.common.views / KView

KView

class KView : KBaseView<KView>

Simple view with BaseActions and BaseAssertions

See Also

BaseActions

BaseAssertions

Constructors

Name Summary
<init> KView(function: ViewBuilder.() -> Unit)
KView(parent: Matcher<View>, function: ViewBuilder.() -> Unit)
KView(parent: DataInteraction, function: ViewBuilder.() -> Unit)

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