toggle menu
mobiuskt
1.3.1-SNAPSHOT
common
switch theme
search in API
mobiuskt-test
/
kt.mobius.test.matcher
/
IsIterableContaining
/
Companion
Companion
object
Companion
Members
Functions
has
Item
Link copied to clipboard
fun
<
T
>
hasItem
(
item
:
T
)
:
Matcher
<
Iterable
<
T
>
>
fun
<
T
>
hasItem
(
itemMatcher
:
Matcher
<
T
>
)
:
Matcher
<
Iterable
<
T
>
>
has
Items
Link copied to clipboard
fun
<
T
>
hasItems
(
vararg
items
:
T
)
:
Matcher
<
Iterable
<
T
>
>
fun
<
T
>
hasItems
(
vararg
itemMatchers
:
Matcher
<
T
>
)
:
Matcher
<
Iterable
<
T
>
>