Package-level declarations

Types

Link copied to clipboard

Contains matchers for collections

Functions

Link copied to clipboard
inline fun <T> ArgMatchersScope.contentDeepEq(array: Array<T>): Array<T>

Matches an array that is equal to array with contentDeepEquals.

Link copied to clipboard
inline fun <T> ArgMatchersScope.isIn(vararg values: T): T
inline fun <T> ArgMatchersScope.isIn(values: Iterable<T>): T

Matches argument that is present in values.

Link copied to clipboard
inline fun <T> ArgMatchersScope.isNotIn(vararg values: T): T
inline fun <T> ArgMatchersScope.isNotIn(values: Iterable<T>): T

Matches argument that is not present in values.