Package-level declarations

Properties

Link copied to clipboard

Functions

Link copied to clipboard
@IviExperimental(reasons = [])
fun clickOnModalPanelBackButton(modalPanelTag: KProperty<Int>)
Link copied to clipboard
@IviExperimental(reasons = [])
fun clickOnModalPanelCloseButton(modalPanelTag: KProperty<Int>)
Link copied to clipboard
@IviExperimental(reasons = [])
fun thatIsAnyVisibilityModalPanel(modalPanelTag: KProperty<Int>): Matcher<View>
Link copied to clipboard
@IviExperimental(reasons = [])
fun thatIsDisplayedModalPanel(modalPanelTag: KProperty<Int>): Matcher<View>
Link copied to clipboard
@IviExperimental(reasons = [])
fun thatIsModalPanelActionButton(modalPanelTag: KProperty<Int>, actionButtonTag: KProperty<Int>): Matcher<View>
Link copied to clipboard
@IviExperimental(reasons = [])
fun thatIsModalPanelActionButtonsContainer(modalPanelTag: KProperty<Int>): Matcher<View>
Link copied to clipboard
@IviExperimental(reasons = [])
fun thatIsModalPanelBackButton(modalPanelTag: KProperty<Int>): Matcher<View>
Link copied to clipboard
@IviExperimental(reasons = [])
fun thatIsModalPanelCloseButton(modalPanelTag: KProperty<Int>): Matcher<View>
Link copied to clipboard
@IviExperimental(reasons = [])
fun thatIsModalPanelContentViewContainer(modalPanelTag: KProperty<Int>): Matcher<View>
Link copied to clipboard
@IviExperimental(reasons = [])
fun thatIsModalPanelHeader(modalPanelTag: KProperty<Int>): Matcher<View>
Link copied to clipboard
@IviExperimental(reasons = [])
fun thatIsModalPanelIconButton(modalPanelTag: KProperty<Int>, iconButtonTag: KProperty<Int>): Matcher<View>
Link copied to clipboard
@IviExperimental(reasons = [])
fun thatIsModalPanelIconButtonsContainer(modalPanelTag: KProperty<Int>): Matcher<View>