Package-level declarations

Types

Link copied to clipboard
@IviExperimental(reasons = [])
class NavAppClientSdkMock(val navAppClientMock: NavAppClient)

Configures a NavAppClient mock and provides an API to simulate events such as navigated trip change or trip progress update. Use in combination with mockkClientSdk.

Functions

Link copied to clipboard
fun mockkClientSdk(): NavAppClient

Should be used for tests that depend on NavAppClient to keep them independent of each other because NavAppClientSdkProvider is static.