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

Method Values

match.go:336–338  ·  view source on GitHub ↗

Deprecated: use HasSubmatches instead.

(submatchValues ...string)

Source from the content-addressed store, hash-verified

334
335// Deprecated: use HasSubmatches instead.
336func (m *Match) Values(submatchValues ...string) *Match {
337 return m.HasSubmatches(submatchValues...)
338}
339
340// Deprecated: use NotHasSubmatches instead.
341func (m *Match) NotValues(submatchValues ...string) *Match {

Callers 3

TestExpect_TraverseFunction · 0.45
WithQueryObjectMethod · 0.45
TestObject_FailedChainFunction · 0.45

Calls 1

HasSubmatchesMethod · 0.95

Tested by 2

TestExpect_TraverseFunction · 0.36
TestObject_FailedChainFunction · 0.36