mockk-dsl
1.13.2
common
mockk-dsl
/
io.mockk
/
AllAnyMatcher
All
Any
Matcher
common
class
AllAnyMatcher
<
T
>
:
Matcher
<
T
>
Content copied to clipboard
Matcher to replace all unspecified argument matchers to any() Handled by logic in a special way
Constructors
Functions
Constructors
All
Any
Matcher
Link copied to clipboard
common
fun
AllAnyMatcher
(
)
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