()
| 94 | } |
| 95 | |
| 96 | func (qt *queryTest) Handler() *Handler { |
| 97 | qt.handlerOnce.Do(func() { qt.handler = qt.newHandler() }) |
| 98 | return qt.handler |
| 99 | } |
| 100 | |
| 101 | func testQuery(t testing.TB, fn func(*queryTest)) { |
| 102 | testQueryTypes(t, allIndexTypes, fn) |
no outgoing calls
no test coverage detected