hasIviServiceMock

fun hasIviServiceMock(iviServiceMockClass: KClass<out AnyIviServiceBase>): Boolean

Returns true when an IVI service mock is available for the iviServiceMockClass instance.


fun hasIviServiceMock(iviServiceMockIdentifier: IviServiceMockIdentifier<*>): Boolean

Returns true when an IVI service mock is available matching the iviServiceMockIdentifier.