(t *testing.T)
| 139 | } |
| 140 | |
| 141 | func TestCache(t *testing.T) { |
| 142 | doTestStore(t, NewStore(testStoreKeyFunc)) |
| 143 | } |
| 144 | |
| 145 | func TestFIFOCache(t *testing.T) { |
| 146 | doTestStore(t, NewFIFO(testStoreKeyFunc)) |
nothing calls this directly
no test coverage detected