Package-level declarations

Types

Link copied to clipboard
@IviExperimental(reasons = [])
data class MainMenuButton(val title: String)

A reference to a button in TomTom Digital Cockpit's main menu. Used by functional tests to identify menu items, for example to click on when using onMainMenuView.

Functions

Link copied to clipboard
Link copied to clipboard
@IviExperimental(reasons = [])
fun getDummyMenuItemTitleView(): Matcher<View>
Link copied to clipboard
@IviExperimental(reasons = [])
fun getMainMenuButtonLabelView(index: Int): Matcher<View>
Link copied to clipboard
@IviExperimental(reasons = [])
fun onMainMenuView(mainMenuButton: MainMenuButton): ViewInteraction
Link copied to clipboard
@IviExperimental(reasons = [])
fun waitForMainMenuButtonIsDisplayed(mainMenuButton: MainMenuButton, timeoutMs: Long = DEFAULT_WAIT_FOR_MAIN_MENU_BUTTON_TIMEOUT_MS)
Link copied to clipboard
Link copied to clipboard
@IviExperimental(reasons = [])
fun waitForMenuView(mainMenuItem: MenuItem, rootMatcher: Matcher<Root>? = null): ViewInteraction