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