MCPcopy Create free account
hub / github.com/gavv/httpexpect / Equal

Method Equal

object.go:875–877  ·  view source on GitHub ↗

Deprecated: use IsEqual instead.

(value interface{})

Source from the content-addressed store, hash-verified

873
874// Deprecated: use IsEqual instead.
875func (o *Object) Equal(value interface{}) *Object {
876 return o.IsEqual(value)
877}
878
879// InList succeeds if whole object is equal to one of the values from given list
880// of objects. Before comparison, each value is converted to canonical form.

Callers

nothing calls this directly

Calls 1

IsEqualMethod · 0.95

Tested by

no test coverage detected