Companion

object Companion

Functions

Link copied to clipboard
fun <T> hasItem(item: T): Matcher<Iterable<T>>
fun <T> hasItem(itemMatcher: Matcher<T>): Matcher<Iterable<T>>
Link copied to clipboard
fun <T> hasItems(vararg items: T): Matcher<Iterable<T>>
fun <T> hasItems(vararg itemMatchers: Matcher<T>): Matcher<Iterable<T>>