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

Method NotElements

array.go:1192–1194  ·  view source on GitHub ↗

Deprecated: use NotConsistsOf instead.

(values ...interface{})

Source from the content-addressed store, hash-verified

1190
1191// Deprecated: use NotConsistsOf instead.
1192func (a *Array) NotElements(values ...interface{}) *Array {
1193 return a.NotConsistsOf(values...)
1194}
1195
1196// Deprecated: use ContainsAll or ContainsAny instead.
1197func (a *Array) Contains(values ...interface{}) *Array {

Callers

nothing calls this directly

Calls 1

NotConsistsOfMethod · 0.95

Tested by

no test coverage detected