MockCommon

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

Determines which interfaces should be stubbed/mocked for CommonCode.

Author

Matthias Geisler

Parameters

interfaces

variable amount of interfaces.

Constructors

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

Properties

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