Mock Shared
annotation class MockShared(sourceSetName: String, interfaces: KClass<*>)
Content copied to clipboard
Determines which interfaces should be stubbed/mocked for a shared source.
Author
Matthias Geisler
Parameters
sourceSetName
to bind the given interface to a sourceSet (e.g. nativeTest or native).
interfaces
variable amount of interfaces.
Constructors
MockShared
Link copied to clipboard
to bind the given interface to a sourceSet (e.g.