MockCommon

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

Determines which interfaces should be stubbed/mocked for CommonCode.

Author

Matthias Geisler

Parameters

interfaces

variable amount of interfaces.

Properties

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