toggle menu
mockk-dsl
1.13.10
common
switch theme
search in API
mockk-dsl
/
io.mockk
/
TypedMatcher
Typed
Matcher
interface
TypedMatcher
Checks if argument is of specific type
Inheritors
FunctionMatcher
FunctionWithNullableArgMatcher
CaptureMatcher
CaptureNullableMatcher
CapturingSlotMatcher
CapturingNullableSlotMatcher
ComparingMatcher
Members
Properties
argument
Type
Link copied to clipboard
abstract
val
argumentType
:
KClass
<
*
>
Functions
check
Type
Link copied to clipboard
open
fun
checkType
(
arg
:
Any
?
)
:
Boolean