MCPcopy Index your code
hub / github.com/gavv/httpexpect / Equal

Method Equal

array.go:842–844  ·  view source on GitHub ↗

Deprecated: use IsEqual instead.

(value interface{})

Source from the content-addressed store, hash-verified

840
841// Deprecated: use IsEqual instead.
842func (a *Array) Equal(value interface{}) *Array {
843 return a.IsEqual(value)
844}
845
846// IsEqualUnordered succeeds if array is equal to another array, ignoring element
847// order. Before comparison, both arrays are converted to canonical form.

Callers

nothing calls this directly

Calls 1

IsEqualMethod · 0.95

Tested by

no test coverage detected