(t *testing.T, key string, ll int)
| 19 | } |
| 20 | |
| 21 | func EqualStrlen(t *testing.T, key string, ll int) { |
| 22 | ctx := ContextTest("strlen", key) |
| 23 | Call(ctx) |
| 24 | assert.Contains(t, ctxString(ctx.Out), strconv.Itoa(ll)) |
| 25 | } |
| 26 | |
| 27 | //bug,bug |
| 28 | func EqualMGet(t *testing.T, keys []string, values []string, e error) { |
no test coverage detected