MCPcopy
hub / github.com/Masterminds/squirrel / TestQueryWith

Function TestQueryWith

squirrel_test.go:63–67  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

61}
62
63func TestQueryWith(t *testing.T) {
64 db := &DBStub{}
65 QueryWith(db, sqlizer)
66 assert.Equal(t, sqlStr, db.LastQuerySql)
67}
68
69func TestQueryRowWith(t *testing.T) {
70 db := &DBStub{}

Callers

nothing calls this directly

Calls 1

QueryWithFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…