(t *testing.T)
| 147 | } |
| 148 | |
| 149 | func TestUndeltaStore(t *testing.T) { |
| 150 | nop := func([]interface{}) {} |
| 151 | doTestStore(t, NewUndeltaStore(nop, testStoreKeyFunc)) |
| 152 | } |
| 153 | |
| 154 | func TestIndex(t *testing.T) { |
| 155 | doTestIndex(t, NewIndexer(testStoreKeyFunc, testStoreIndexers())) |
nothing calls this directly
no test coverage detected