MCPcopy Create free account
hub / github.com/distributedio/titan / MSetEqualErr

Method MSetEqualErr

tools/autotest/cmd/string.go:279–282  ·  view source on GitHub ↗

MSetEqualErr verify that the return value of the mset operation is correct

(t *testing.T, errValue string, args ...interface{})

Source from the content-addressed store, hash-verified

277
278//MSetEqualErr verify that the return value of the mset operation is correct
279func (es *ExampleString) MSetEqualErr(t *testing.T, errValue string, args ...interface{}) {
280 _, err := es.conn.Do("Mset", args)
281 assert.EqualError(t, err, errValue)
282}

Callers 1

StringCaseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected