EXPECT returns an object that allows the caller to indicate expected use.
()
| 98 | |
| 99 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 100 | func (m *MockDriver) EXPECT() *MockDriverMockRecorder { |
| 101 | return m.recorder |
| 102 | } |
| 103 | |
| 104 | // Open mocks base method. |
| 105 | func (m *MockDriver) Open(arg0 string) (driver.Conn, error) { |
no outgoing calls
no test coverage detected