(t *testing.T)
| 52 | } |
| 53 | |
| 54 | func TestSorted_MySQL(t *testing.T) { |
| 55 | kv := newMySQLSorted(t) |
| 56 | kvtest.TestSorted(t, kv) |
| 57 | } |
| 58 | |
| 59 | func TestIndex_MySQL(t *testing.T) { |
| 60 | indexTest(t, newMySQLSorted, indextest.Index) |
nothing calls this directly
no test coverage detected