KMock
/
tech.antibytes.kmock
/
KMockContract
/
ArgumentConstraint
common
Argument
Constraint
fun fun interface
ArgumentConstraint
Content copied to clipboard
Constraint for granular Argument verification.
Author
Matthias Geisler
Functions
See also
Inheritors
See also
tech.antibytes.kmock.verification.constraints.any
tech.antibytes.kmock.verification.constraints.eq
isNot
isNotSame
tech.antibytes.kmock.verification.constraints.isSame
Functions
matches
Link copied to clipboard
common
abstract fun
matches
(actual:
Any
?):
Boolean
Content copied to clipboard
Resolves if the constraint matches the given Proxy Argument.
Inheritors
and
Link copied to clipboard
any
Link copied to clipboard
eq
Link copied to clipboard
isSame
Link copied to clipboard
not
Link copied to clipboard
or
Link copied to clipboard