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

Method AppendEqualErr

tools/autotest/cmd/string.go:128–131  ·  view source on GitHub ↗

AppendEqualErr TODO

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

Source from the content-addressed store, hash-verified

126
127//AppendEqualErr TODO
128func (es *ExampleString) AppendEqualErr(t *testing.T, errValue string, args ...interface{}) {
129 _, err := es.conn.Do("append", args...)
130 assert.EqualError(t, err, errValue)
131}
132
133//IncrEqual verify that the return value of the incr operation is correct
134func (es *ExampleString) IncrEqual(t *testing.T, key string) {

Callers 1

StringCaseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected