Wait mocks base method.
(ctx context.Context, projectName string, options api.WaitOptions)
| 503 | |
| 504 | // Wait mocks base method. |
| 505 | func (m *MockCompose) Wait(ctx context.Context, projectName string, options api.WaitOptions) (int64, error) { |
| 506 | m.ctrl.T.Helper() |
| 507 | ret := m.ctrl.Call(m, "Wait", ctx, projectName, options) |
| 508 | ret0, _ := ret[0].(int64) |
| 509 | ret1, _ := ret[1].(error) |
| 510 | return ret0, ret1 |
| 511 | } |
| 512 | |
| 513 | // Wait indicates an expected call of Wait. |
| 514 | func (mr *MockComposeMockRecorder) Wait(ctx, projectName, options any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected