Package com.tomtom.ivi.platform.frontend.api.testing.compactprocesspanel

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

Functions

Link copied to clipboard
fun <P : Panel> TtiviHardwareViewComparisonTestCase.createProcessPanelViewHorizontal(    viewModel: CompactProcessViewModel<P>,     @ColorInt progressTint: Int?,     @ColorInt hitAreaColor: Int? = null): View
Link copied to clipboard
fun <P : Panel> TtiviHardwareViewComparisonTestCase.createProcessPanelViewVertical(    viewModel: CompactProcessViewModel<P>,     @ColorInt progressTint: Int?,     @ColorInt hitAreaColor: Int? = null): View
Link copied to clipboard
fun thatIsAnyVisibilityProcessPanel(processPanelTag: KProperty<Int>): Matcher<View>
Link copied to clipboard
fun thatIsDisplayedProcessPanel(processPanelTag: KProperty<Int>): Matcher<View>
Link copied to clipboard
fun thatIsMainProcessPanelPrimaryText(processPanelTag: KProperty<Int>): Matcher<View>
Link copied to clipboard
fun thatIsMainProcessPanelSecondaryText(processPanelTag: KProperty<Int>): Matcher<View>
Link copied to clipboard
fun thatIsProcessPanelImage(processPanelTag: KProperty<Int>): Matcher<View>
Link copied to clipboard
fun thatIsProcessPanelMetadata(processPanelTag: KProperty<Int>): Matcher<View>
Link copied to clipboard
fun thatIsProcessPanelSecondaryControl(processPanelTag: KProperty<Int>, controlTag: KProperty<Int>): Matcher<View>
Link copied to clipboard
fun thatIsProcessPanelSecondaryControls(processPanelTag: KProperty<Int>): Matcher<View>