Up mocks base method.
(ctx context.Context, project *types.Project, options api.UpOptions)
| 459 | |
| 460 | // Up mocks base method. |
| 461 | func (m *MockCompose) Up(ctx context.Context, project *types.Project, options api.UpOptions) error { |
| 462 | m.ctrl.T.Helper() |
| 463 | ret := m.ctrl.Call(m, "Up", ctx, project, options) |
| 464 | ret0, _ := ret[0].(error) |
| 465 | return ret0 |
| 466 | } |
| 467 | |
| 468 | // Up indicates an expected call of Up. |
| 469 | func (mr *MockComposeMockRecorder) Up(ctx, project, options any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected