(t *testing.T)
| 49 | } |
| 50 | |
| 51 | func TestSorted_Mongo(t *testing.T) { |
| 52 | kv := newMongoSorted(t) |
| 53 | kvtest.TestSorted(t, kv) |
| 54 | } |
| 55 | |
| 56 | func TestIndex_Mongo(t *testing.T) { |
| 57 | indexTest(t, newMongoSorted, indextest.Index) |
nothing calls this directly
no test coverage detected