MultiMockShared

fun MultiMockShared(sourceSetName: String, name: String, vararg interfaces: KClass<*>)

Parameters

sourceSetName

to bind the given interface to a sourceSet (e.g. nativeTest or native).

name

name which used for the mock.

interfaces

variable amount of interfaces.