MCPcopy
hub / github.com/perkeep/perkeep / testQuery

Function testQuery

pkg/search/query_test.go:101–103  ·  view source on GitHub ↗
(t testing.TB, fn func(*queryTest))

Source from the content-addressed store, hash-verified

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

Callers 15

TestQueryFunction · 0.85
TestQueryCamliTypeFunction · 0.85
TestQueryAnyCamliTypeFunction · 0.85
TestQueryBlobSizeFunction · 0.85
TestQueryBlobRefPrefixFunction · 0.85
TestQueryTwoConstraintsFunction · 0.85
TestQueryLogicalOrFunction · 0.85
TestQueryLogicalAndFunction · 0.85
TestQueryLogicalXorFunction · 0.85
TestQueryLogicalNotFunction · 0.85

Calls 1

testQueryTypesFunction · 0.85

Tested by

no test coverage detected