KMock

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class KMock(interfaces: KClass<*>)

Determines which interfaces should be stubbed/mocked for a arbitrary source set.

Author

Matthias Geisler

Parameters

interfaces

variable amount of interfaces.

Constructors

KMock
Link copied to clipboard
common
fun KMock(vararg interfaces: KClass<*>)
variable amount of interfaces.

Properties

interfaces
Link copied to clipboard
common
val interfaces: Array<out KClass<*>>