toggle menu
mockk-dsl
1.13.10
common
switch theme
search in API
mockk-dsl
/
io.mockk
/
FunctionWithNullableArgMatcher
Function
With
Nullable
Arg
Matcher
data
class
FunctionWithNullableArgMatcher
<
in
T
:
Any
>
(
val
matchingFunc
:
(
T
?
)
->
Boolean
,
val
argumentType
:
KClass
<
*
>
)
:
Matcher
<
T
>
,
TypedMatcher
,
EquivalentMatcher
Members
Constructors
Function
With
Nullable
Arg
Matcher
Link copied to clipboard
constructor
(
matchingFunc
:
(
T
?
)
->
Boolean
,
argumentType
:
KClass
<
*
>
)
Properties
argument
Type
Link copied to clipboard
open
override
val
argumentType
:
KClass
<
*
>
matching
Func
Link copied to clipboard
val
matchingFunc
:
(
T
?
)
->
Boolean
Functions
check
Type
Link copied to clipboard
open
override
fun
checkType
(
arg
:
Any
?
)
:
Boolean
equivalent
Link copied to clipboard
open
override
fun
equivalent
(
)
:
Matcher
<
Any
>
match
Link copied to clipboard
open
override
fun
match
(
arg
:
T
?
)
:
Boolean
substitute
Link copied to clipboard
open
fun
substitute
(
map
:
Map
<
Any
,
Any
>
)
:
Matcher
<
T
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String