Multi Mock Shared
annotation class MultiMockShared(sourceSetName: String, name: String, interfaces: KClass<*>)
Content copied to clipboard
Determines which interfaces should be stubbed/mocked as a union of them a shared source.
Author
Matthias Geisler
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.
Constructors
MultiMockShared
Link copied to clipboard
fun MultiMockShared(sourceSetName: String, name: String, vararg interfaces: KClass<*>)
Content copied to clipboard
to bind the given interface to a sourceSet (e.g.