Wait indicates an expected call of Wait.
(ctx, projectName, options any)
| 512 | |
| 513 | // Wait indicates an expected call of Wait. |
| 514 | func (mr *MockComposeMockRecorder) Wait(ctx, projectName, options any) *gomock.Call { |
| 515 | mr.mock.ctrl.T.Helper() |
| 516 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Wait", reflect.TypeOf((*MockCompose)(nil).Wait), ctx, projectName, options) |
| 517 | } |
| 518 | |
| 519 | // Watch mocks base method. |
| 520 | func (m *MockCompose) Watch(ctx context.Context, project *types.Project, options api.WatchOptions) error { |
nothing calls this directly
no outgoing calls
no test coverage detected