Up indicates an expected call of Up.
(ctx, project, options any)
| 467 | |
| 468 | // Up indicates an expected call of Up. |
| 469 | func (mr *MockComposeMockRecorder) Up(ctx, project, options any) *gomock.Call { |
| 470 | mr.mock.ctrl.T.Helper() |
| 471 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Up", reflect.TypeOf((*MockCompose)(nil).Up), ctx, project, options) |
| 472 | } |
| 473 | |
| 474 | // Viz mocks base method. |
| 475 | func (m *MockCompose) Viz(ctx context.Context, project *types.Project, options api.VizOptions) (string, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected