Remove indicates an expected call of Remove.
(ctx, projectName, options any)
| 353 | |
| 354 | // Remove indicates an expected call of Remove. |
| 355 | func (mr *MockComposeMockRecorder) Remove(ctx, projectName, options any) *gomock.Call { |
| 356 | mr.mock.ctrl.T.Helper() |
| 357 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Remove", reflect.TypeOf((*MockCompose)(nil).Remove), ctx, projectName, options) |
| 358 | } |
| 359 | |
| 360 | // Restart mocks base method. |
| 361 | func (m *MockCompose) Restart(ctx context.Context, projectName string, options api.RestartOptions) error { |
nothing calls this directly
no outgoing calls
no test coverage detected