Mock

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

Determines which interfaces should be stubbed/mocked

Author

Matthias Geisler

Parameters

interfaces

variable amount of interfaces.

Properties

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