ContainsAllArray
class ContainsAllArray<T : Any>(val elementType: KClass<*>, val predicate: (T) -> Boolean) : ArrayArgMatcher<T> , Renderable(source)
Matches an array that contains only elements matching predicate.
Functions
Link copied to clipboard
Link copied to clipboard
Helper function to propagate capture for dev.mokkery.matcher.ArgMatcher.Composite.
Link copied to clipboard
Returns human-readable representation of this object.