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