kmock
0.3.0-rc08
common
kmock
/
tech.antibytes.kmock
/
Mock
Mock
@
Target
(
allowedTargets
=
[
AnnotationTarget.CLASS
]
)
annotation class
Mock
(
val
interfaces
:
KClass
<
*
>
)
Determines which interfaces should be stubbed/mocked
Author
Matthias Geisler
Properties
Parameters
Parameters
interfaces
variable amount of interfaces.
Properties
interfaces
Link copied to clipboard
val
interfaces
:
Array
<
out
KClass
<
*
>
>