MCPcopy Create free account
hub / github.com/abice/go-enum / Exec

Method Exec

example/sql_mock_test.go:157–163  ·  view source on GitHub ↗

Exec mocks base method.

(arg0 []driver.Value)

Source from the content-addressed store, hash-verified

155
156// Exec mocks base method.
157func (m *MockStmt) Exec(arg0 []driver.Value) (driver.Result, error) {
158 m.ctrl.T.Helper()
159 ret := m.ctrl.Call(m, "Exec", arg0)
160 ret0, _ := ret[0].(driver.Result)
161 ret1, _ := ret[1].(error)
162 return ret0, ret1
163}
164
165// Exec indicates an expected call of Exec.
166func (mr *MockStmtMockRecorder) Exec(arg0 interface{}) *gomock.Call {

Callers 8

TestExampleSQLFunction · 0.45
setProjectStatusFunction · 0.45
TestExampleSQLStrOnlyFunction · 0.45
setJobStateFunction · 0.45
TestExampleSQLIntOnlyFunction · 0.45
setImageTypeFunction · 0.45
TestExampleSQLStrIntOnlyFunction · 0.45
setGreekGodFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected