NewMockYarn creates a new mock instance.
(ctrl *gomock.Controller)
| 221 | |
| 222 | // NewMockYarn creates a new mock instance. |
| 223 | func NewMockYarn(ctrl *gomock.Controller) *MockYarn { |
| 224 | mock := &MockYarn{ctrl: ctrl} |
| 225 | mock.recorder = &MockYarnMockRecorder{mock} |
| 226 | return mock |
| 227 | } |
| 228 | |
| 229 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 230 | func (m *MockYarn) EXPECT() *MockYarnMockRecorder { |