Start indicates an expected call of Start.
(ctx, projectName, options any)
| 410 | |
| 411 | // Start indicates an expected call of Start. |
| 412 | func (mr *MockComposeMockRecorder) Start(ctx, projectName, options any) *gomock.Call { |
| 413 | mr.mock.ctrl.T.Helper() |
| 414 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Start", reflect.TypeOf((*MockCompose)(nil).Start), ctx, projectName, options) |
| 415 | } |
| 416 | |
| 417 | // Stop mocks base method. |
| 418 | func (m *MockCompose) Stop(ctx context.Context, projectName string, options api.StopOptions) error { |
nothing calls this directly
no outgoing calls
no test coverage detected