NewCommandCreator creates a new mock instance.
(ctrl *gomock.Controller)
| 33 | |
| 34 | // NewCommandCreator creates a new mock instance. |
| 35 | func NewCommandCreator(ctrl *gomock.Controller) *CommandCreator { |
| 36 | mock := &CommandCreator{ctrl: ctrl} |
| 37 | mock.recorder = &CommandCreatorMockRecorder{mock} |
| 38 | return mock |
| 39 | } |
| 40 | |
| 41 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 42 | func (m *CommandCreator) EXPECT() *CommandCreatorMockRecorder { |
no outgoing calls