CaptureMatcher
class CaptureMatcher<T>(capture: Capture<T>, matcher: ArgMatcher<T>) : ArgMatcher.Composite<T> , Renderable(source)
Matches an argument with matcher and captures arguments into capture.
See also
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.