mockk-dsl
1.12.8
common
mockk-dsl
/
io.mockk
/
MockKGateway
/
VerificationParameters
Verification
Parameters
common
data
class
VerificationParameters
(
val
ordering
:
Ordering
,
val
min
:
Int
,
val
max
:
Int
,
val
inverse
:
Boolean
,
val
timeout
:
Long
)
Content copied to clipboard
Parameters of verification
Constructors
Properties
Constructors
Verification
Parameters
Link copied to clipboard
common
fun
VerificationParameters
(
ordering
:
Ordering
,
min
:
Int
,
max
:
Int
,
inverse
:
Boolean
,
timeout
:
Long
)
Content copied to clipboard
Properties
inverse
Link copied to clipboard
common
val
inverse
:
Boolean
Content copied to clipboard
max
Link copied to clipboard
common
val
max
:
Int
Content copied to clipboard
min
Link copied to clipboard
common
val
min
:
Int
Content copied to clipboard
ordering
Link copied to clipboard
common
val
ordering
:
Ordering
Content copied to clipboard
timeout
Link copied to clipboard
common
val
timeout
:
Long
Content copied to clipboard