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

Method ValueEqual

object.go:345–347  ·  view source on GitHub ↗

Deprecated: use HasValue instead.

(key string, value interface{})

Source from the content-addressed store, hash-verified

343
344// Deprecated: use HasValue instead.
345func (o *Object) ValueEqual(key string, value interface{}) *Object {
346 return o.HasValue(key, value)
347}
348
349// Deprecated: use NotHasValue instead.
350func (o *Object) ValueNotEqual(key string, value interface{}) *Object {

Callers

nothing calls this directly

Calls 1

HasValueMethod · 0.95

Tested by

no test coverage detected