ContainsAllIterable
class ContainsAllIterable<T>(val predicate: (T) -> Boolean) : ArgMatcher<Iterable<T>> , Renderable(source)
Functions
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.