Multi Mock Shared
fun MultiMockShared(sourceSetName: String, name: String, vararg interfaces: KClass<*>)
Content copied to clipboard
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.