NewMockLogConsumer creates a new mock instance.
(ctrl *gomock.Controller)
| 543 | |
| 544 | // NewMockLogConsumer creates a new mock instance. |
| 545 | func NewMockLogConsumer(ctrl *gomock.Controller) *MockLogConsumer { |
| 546 | mock := &MockLogConsumer{ctrl: ctrl} |
| 547 | mock.recorder = &MockLogConsumerMockRecorder{mock} |
| 548 | return mock |
| 549 | } |
| 550 | |
| 551 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 552 | func (m *MockLogConsumer) EXPECT() *MockLogConsumerMockRecorder { |
nothing calls this directly
no outgoing calls
no test coverage detected