EXPECT returns an object that allows the caller to indicate expected use.
()
| 550 | |
| 551 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 552 | func (m *MockLogConsumer) EXPECT() *MockLogConsumerMockRecorder { |
| 553 | return m.recorder |
| 554 | } |
| 555 | |
| 556 | // Err mocks base method. |
| 557 | func (m *MockLogConsumer) Err(containerName, message string) { |
nothing calls this directly
no outgoing calls
no test coverage detected