(t testing.TB, fn func(*queryTest))
| 99 | } |
| 100 | |
| 101 | func testQuery(t testing.TB, fn func(*queryTest)) { |
| 102 | testQueryTypes(t, allIndexTypes, fn) |
| 103 | } |
| 104 | |
| 105 | func testQueryTypes(t testing.TB, types []indexType, fn func(*queryTest)) { |
| 106 | defer test.TLog(t)() |
no test coverage detected