toggle menu
mobiuskt
1.3.1-SNAPSHOT
common
switch theme
search in API
mobiuskt-test
/
kt.mobius.test.matcher
/
Matcher
Matcher
interface
Matcher
<
T
>
:
SelfDescribing
Inheritors
BaseMatcher
Members
Functions
describe
Mismatch
Link copied to clipboard
abstract
fun
describeMismatch
(
actual
:
Any
?
,
mismatchDescription
:
Description
)
describe
To
Link copied to clipboard
abstract
fun
describeTo
(
description
:
Description
)
matches
Link copied to clipboard
abstract
fun
matches
(
actual
:
Any
?
)
:
Boolean