iviServiceMocks

val iviServiceMocks: ServiceMocksMap

Defines which IVI service to mock.

Each entry in the map should be an IVI service interface registration instance mapped to the the corresponding <Interface>Mock::class.

For instance:

mapOf(
ExampleService.createRegistration() to ExampleServiceMock::class,
...
)

will create a mocked ExampleService.