toggle menu
mobiuskt
1.3.1-SNAPSHOT
common
switch theme
search in API
mobiuskt-test
/
kt.mobius.test.matcher
/
IsIterableContaining
Is
Iterable
Containing
class
IsIterableContaining
<
T
>
(
elementMatcher
:
Matcher
<
in
T
>
)
:
TypeSafeDiagnosingMatcher
<
Iterable
<
T
>
>
Members
Constructors
Is
Iterable
Containing
Link copied to clipboard
constructor
(
elementMatcher
:
Matcher
<
in
T
>
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
describe
Mismatch
Link copied to clipboard
open
override
fun
describeMismatch
(
actual
:
Any
?
,
mismatchDescription
:
Description
)
describe
To
Link copied to clipboard
open
override
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