EXPECT returns an object that allows the caller to indicate expected use.
()
| 30 | |
| 31 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 32 | func (m *MockLogger) EXPECT() *MockLoggerMockRecorder { |
| 33 | return m.recorder |
| 34 | } |
| 35 | |
| 36 | // Error mocks base method. |
| 37 | func (m *MockLogger) Error(arg0 string) { |
no outgoing calls
no test coverage detected