CaptureMatcher
class CaptureMatcher<T>(capture: Capture<T>, matcher: ArgMatcher<T>) : ArgMatcher.Composite<T> (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.