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

Method Elements

array.go:1187–1189  ·  view source on GitHub ↗

Deprecated: use ConsistsOf instead.

(values ...interface{})

Source from the content-addressed store, hash-verified

1185
1186// Deprecated: use ConsistsOf instead.
1187func (a *Array) Elements(values ...interface{}) *Array {
1188 return a.ConsistsOf(values...)
1189}
1190
1191// Deprecated: use NotConsistsOf instead.
1192func (a *Array) NotElements(values ...interface{}) *Array {

Callers

nothing calls this directly

Calls 1

ConsistsOfMethod · 0.95

Tested by

no test coverage detected