MokkeryMatcherScope
Scope for declaring argument matchers.
Inheritors
Functions
Matches any argument.
Matches any sequence of varargs.
anyVarargs variant for BooleanArray.
anyVarargs variant for ByteArray.
anyVarargs variant for CharArray.
anyVarargs variant for DoubleArray.
anyVarargs variant for FloatArray.
anyVarargs variant for IntArray.
anyVarargs variant for LongArray.
anyVarargs variant for ShortArray.
anyVarargs variant for UByteArray.
anyVarargs variant for UIntArray.
anyVarargs variant for ULongArray.
anyVarargs variant for UShortArray.
Matches a BooleanArray with all elements matching predicate
Matches a DoubleArray with all elements matching predicate
Matches a FloatArray with all elements matching predicate
Matches a ShortArray with all elements matching predicate
Matches a UByteArray with all elements matching predicate
Matches a ULongArray with all elements matching predicate
Matches a UShortArray with all elements matching predicate
Matches a BooleanArray with any element matching predicate
Matches a DoubleArray with any element matching predicate
Matches a FloatArray with any element matching predicate
Matches a ShortArray with any element matching predicate
Matches a UByteArray with any element matching predicate
Matches a ULongArray with any element matching predicate
Matches a UShortArray with any element matching predicate
Matches an Array that is equal to array with contentDeepEquals.
Matches an BooleanArray that has the same content as array.
Matches an DoubleArray that has the same content as array.
Matches an FloatArray that has the same content as array.
Matches an ShortArray that has the same content as array.
Matches an UByteArray that has the same content as array.
Matches an ULongArray that has the same content as array.
Matches an UShortArray that has the same content as array.
Matches argument that is greater than value.
Matches an argument that is greater than or equal to value.
Matches argument that is less than value.
Matches an argument that is less than or equal to value.
Matches argument that satisfies a matcher. Cannot be used with ArgMatcher.Composite. Use matchesComposite instead.
Matches an argument according to the predicate. Registered matcher Any.toString calls toString.
Matches an argument by calling given function. Also, it returns function name on Any.toString.
DEPRECATED: Renamed to matchesBy
Short for capture with Capture.callback.
Matches a sequence of varargs with all elements satisfying the given predicate.
Matches a sequence of varargs with any element satisfying the given predicate.
varargsAll variant for BooleanArray.
varargsAny variant for BooleanArray.
varargsAll variant for ByteArray.
varargsAny variant for ByteArray.
varargsAll variant for CharArray.
varargsAny variant for CharArray.
varargsAll variant for DoubleArray.
varargsAny variant for DoubleArray.
varargsAll variant for FloatArray.
varargsAny variant for FloatArray.
varargsAll variant for IntArray.
varargsAny variant for IntArray.
varargsAll variant for LongArray.
varargsAny variant for LongArray.
varargsAll variant for ShortArray.
varargsAny variant for ShortArray.
varargsAll variant for UByteArray.
varargsAny variant for UByteArray.
varargsAll variant for UIntArray.
varargsAny variant for UIntArray.
varargsAll variant for ULongArray.
varargsAny variant for ULongArray.
varargsAll variant for UShortArray.
varargsAny variant for UShortArray.