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

Method MGetEqualErr

tools/autotest/cmd/string.go:256–259  ·  view source on GitHub ↗

MGetEqualErr verify that the return value of the mget operation is correct

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

Source from the content-addressed store, hash-verified

254
255//MGetEqualErr verify that the return value of the mget operation is correct
256func (es *ExampleString) MGetEqualErr(t *testing.T, errValue string, args ...interface{}) {
257 _, err := es.conn.Do("Mget", args...)
258 assert.EqualError(t, err, errValue)
259}
260
261//MSetEqual verify that the return value of the mset operation is correct
262func (es *ExampleString) MSetEqual(t *testing.T, args ...string) {

Callers 1

StringCaseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected