toggle menu
mockk-dsl
1.13.10
common
switch theme
search in API
mockk-dsl
/
io.mockk
/
MockKGateway
/
VerificationResult
Verification
Result
sealed
class
VerificationResult
Result of verification
Inheritors
OK
Failure
Members
Types
Failure
Link copied to clipboard
data
class
Failure
(
val
message
:
String
)
:
MockKGateway.VerificationResult
OK
Link copied to clipboard
data
class
OK
(
val
verifiedCalls
:
List
<
Invocation
>
)
:
MockKGateway.VerificationResult
Properties
matches
Link copied to clipboard
val
matches
:
Boolean