Start mocks base method.
(ctx context.Context, projectName string, options api.StartOptions)
| 402 | |
| 403 | // Start mocks base method. |
| 404 | func (m *MockCompose) Start(ctx context.Context, projectName string, options api.StartOptions) error { |
| 405 | m.ctrl.T.Helper() |
| 406 | ret := m.ctrl.Call(m, "Start", ctx, projectName, options) |
| 407 | ret0, _ := ret[0].(error) |
| 408 | return ret0 |
| 409 | } |
| 410 | |
| 411 | // Start indicates an expected call of Start. |
| 412 | func (mr *MockComposeMockRecorder) Start(ctx, projectName, options any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected