EXPECT returns an object that allows the caller to indicate expected use.
()
| 31 | |
| 32 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 33 | func (m *MockConn) EXPECT() *MockConnMockRecorder { |
| 34 | return m.recorder |
| 35 | } |
| 36 | |
| 37 | // Begin mocks base method. |
| 38 | func (m *MockConn) Begin() (driver.Tx, error) { |
no outgoing calls
no test coverage detected