ContentEquals

Matches an array that has the same content as array. It accepts Any for convenience and should only receive arrays.

Constructors

Link copied to clipboard
constructor(array: Any)

Functions

Link copied to clipboard
open override fun matches(arg: Any): Boolean
Link copied to clipboard

Helper function to propagate capture for dev.mokkery.matcher.ArgMatcher.Composite.

Link copied to clipboard
open override fun toString(): String