Package-level declarations

This package contains Espresso's view matchers and test extensions for integration tests with compact process panels.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@IviExperimental(reasons = [])
fun thatIsAnyVisibilityProcessPanel(processPanelTag: KProperty<Int>): Matcher<View>
Link copied to clipboard
@IviExperimental(reasons = [])
fun thatIsDisplayedProcessPanel(processPanelTag: KProperty<Int>): Matcher<View>
Link copied to clipboard
@IviExperimental(reasons = [])
fun thatIsMainProcessPanelPrimaryText(processPanelTag: KProperty<Int>): Matcher<View>
Link copied to clipboard
@IviExperimental(reasons = [])
fun thatIsMainProcessPanelSecondaryText(processPanelTag: KProperty<Int>): Matcher<View>
Link copied to clipboard
@IviExperimental(reasons = [])
fun thatIsProcessPanelImage(processPanelTag: KProperty<Int>): Matcher<View>
Link copied to clipboard
@IviExperimental(reasons = [])
fun thatIsProcessPanelMetadata(processPanelTag: KProperty<Int>): Matcher<View>
Link copied to clipboard
@IviExperimental(reasons = [])
fun thatIsProcessPanelSecondaryControl(processPanelTag: KProperty<Int>, controlTag: KProperty<Int>): Matcher<View>
Link copied to clipboard
@IviExperimental(reasons = [])
fun thatIsProcessPanelSecondaryControls(processPanelTag: KProperty<Int>): Matcher<View>