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
@IviExperimental(reasons = [])
fun <P : Panel> ViewComparisonTestCase.createProcessPanelViewHorizontal(viewModel: CompactProcessViewModel<P>, @ColorInt progressTint: Int?, @ColorInt hitAreaColor: Int? = null): View
Link copied to clipboard
@IviExperimental(reasons = [])
fun <P : Panel> ViewComparisonTestCase.createProcessPanelViewVertical(viewModel: CompactProcessViewModel<P>, @ColorInt progressTint: Int?, @ColorInt hitAreaColor: Int? = null): View
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 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 thatIsProcessPanelPrimaryText(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>
Link copied to clipboard
@IviExperimental(reasons = [])
fun thatIsProcessPanelSecondaryText(processPanelTag: KProperty<Int>): Matcher<View>