mockk-dsl
1.12.8
common
mockk-dsl
/
io.mockk
/
InvokeMatcher
Invoke
Matcher
common
class
InvokeMatcher
<
in
T
:
Any
>
(
val
block
:
(
T
)
->
Unit
)
:
Matcher
<
T
>
,
EquivalentMatcher
Content copied to clipboard
Invokes lambda
Constructors
Functions
Properties
Constructors
Invoke
Matcher
Link copied to clipboard
common
fun
<
in
T
:
Any
>
InvokeMatcher
(
block
:
(
T
)
->
Unit
)
Content copied to clipboard
Functions
equivalent
Link copied to clipboard
common
open
override
fun
equivalent
(
)
:
Matcher
<
Any
>
Content copied to clipboard
match
Link copied to clipboard
common
open
override
fun
match
(
arg
:
T
?
)
:
Boolean
Content copied to clipboard
substitute
Link copied to clipboard
common
open
fun
substitute
(
map
:
Map
<
Any
,
Any
>
)
:
Matcher
<
T
>
Content copied to clipboard
to
String
Link copied to clipboard
common
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
block
Link copied to clipboard
common
val
block
:
(
T
)
->
Unit
Content copied to clipboard