hasIviServiceMock

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

See the IviServiceRule.hasIviServiceMock overload that takes a KClass instance.


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

See the IviServiceRule.hasIviServiceMock overload that takes a IviServiceMockIdentifier instance.