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

Method EqualFold

string.go:307–309  ·  view source on GitHub ↗

Deprecated: use IsEqualFold instead.

(value string)

Source from the content-addressed store, hash-verified

305
306// Deprecated: use IsEqualFold instead.
307func (s *String) EqualFold(value string) *String {
308 return s.IsEqualFold(value)
309}
310
311// InList succeeds if the string is equal to one of the values from given
312// list of strings.

Callers 6

IsEqualFoldMethod · 0.80
NotEqualFoldMethod · 0.80
InListFoldMethod · 0.80
NotInListFoldMethod · 0.80
withPathMethod · 0.80
checkContentTypeMethod · 0.80

Calls 1

IsEqualFoldMethod · 0.95

Tested by

no test coverage detected