Restart indicates an expected call of Restart.
(ctx, projectName, options any)
| 367 | |
| 368 | // Restart indicates an expected call of Restart. |
| 369 | func (mr *MockComposeMockRecorder) Restart(ctx, projectName, options any) *gomock.Call { |
| 370 | mr.mock.ctrl.T.Helper() |
| 371 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Restart", reflect.TypeOf((*MockCompose)(nil).Restart), ctx, projectName, options) |
| 372 | } |
| 373 | |
| 374 | // RunOneOffContainer mocks base method. |
| 375 | func (m *MockCompose) RunOneOffContainer(ctx context.Context, project *types.Project, opts api.RunOptions) (int, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected