withIviServiceMockOnMainThread

fun <T : AnyIviServiceBase, R> withIviServiceMockOnMainThread(iviServiceMockClass: KClass<T>, block: T.() -> R): R

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


fun <T : AnyIviServiceBase, R> withIviServiceMockOnMainThread(iviServiceMockIdentifier: IviServiceMockIdentifier<T>, block: T.() -> R): R

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