toggle menu
mobiuskt
1.3.1-SNAPSHOT
common
switch theme
search in API
mobiuskt-test
/
kt.mobius.test.matcher
/
TypeSafeDiagnosingMatcher
Type
Safe
Diagnosing
Matcher
abstract
class
TypeSafeDiagnosingMatcher
<
T
:
Any
>
:
BaseMatcher
<
T
>
Inheritors
IsIterableContaining
Members
Constructors
Type
Safe
Diagnosing
Matcher
Link copied to clipboard
constructor
(
kType
:
KType
)
Functions
describe
Mismatch
Link copied to clipboard
open
override
fun
describeMismatch
(
actual
:
Any
?
,
mismatchDescription
:
Description
)
describe
To
Link copied to clipboard
abstract
fun
describeTo
(
description
:
Description
)
matches
Link copied to clipboard
open
override
fun
matches
(
actual
:
Any
?
)
:
Boolean
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String