EXPECT returns an object that allows the caller to indicate expected use.
()
| 38 | |
| 39 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 40 | func (m *MockCompose) EXPECT() *MockComposeMockRecorder { |
| 41 | return m.recorder |
| 42 | } |
| 43 | |
| 44 | // Attach mocks base method. |
| 45 | func (m *MockCompose) Attach(ctx context.Context, projectName string, options api.AttachOptions) error { |
nothing calls this directly
no outgoing calls
no test coverage detected