ArgMatcher
Checks if given argument satisfies provided conditions.
Inheritors
Types
Matches any argument.
Matches any Comparable depending on type parameter.
Arg matcher that must be composed with other matchers. Every composite matcher has to implement Capture to propagate it to its children. Use dev.mokkery.matcher.capture.propagateCapture for convenience.
Matches an argument that is equal to value.
Matches an argument whose reference is equal to value's reference.
Matches an argument according to the predicate. Registered matcher Any.toString calls toStringFun.
Matches an argument that is not equal to value. DEPRECATED: This API is obsolete and will be removed!
Matches an argument whose reference is not equal to value's reference. DEPRECATED: This API is obsolete and will be removed!
Matches an argument that is instance of type.
Functions
Helper function to propagate capture for dev.mokkery.matcher.ArgMatcher.Composite.