ContentDeepEquals

class ContentDeepEquals<T>(val array: Array<T>) : ArgMatcher<Array<T>>

Matches an array that is equal to array with contentDeepEquals.

Constructors

Link copied to clipboard
constructor(array: Array<T>)

Properties

Link copied to clipboard
val array: Array<T>

Functions

Link copied to clipboard
open override fun matches(arg: Array<T>): 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