mockk-dsl
1.13.2
common
mockk-dsl
/
io.mockk
/
OfTypeMatcher
Of
Type
Matcher
common
data
class
OfTypeMatcher
<
in
T
:
Any
>
(
val
cls
:
KClass
<
*
>
)
:
Matcher
<
T
>
Content copied to clipboard
Checks matcher data type
Constructors
Functions
Properties
Constructors
Of
Type
Matcher
Link copied to clipboard
common
fun
OfTypeMatcher
(
cls
:
KClass
<
*
>
)
Content copied to clipboard
Functions
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
cls
Link copied to clipboard
common
val
cls
:
KClass
<
*
>
Content copied to clipboard