captureAny top-level property

Null captureAny

An argument matcher that matches any argument passed in this argument position, and captures the argument for later access with VerificationResult.captured.

See the README section on capturing arguments for examples.

Implementation

Null get captureAny =>
    _registerMatcher(anything, true, argumentMatcher: 'captureAny');