RunOneOffContainer mocks base method.
(ctx context.Context, project *types.Project, opts api.RunOptions)
| 373 | |
| 374 | // RunOneOffContainer mocks base method. |
| 375 | func (m *MockCompose) RunOneOffContainer(ctx context.Context, project *types.Project, opts api.RunOptions) (int, error) { |
| 376 | m.ctrl.T.Helper() |
| 377 | ret := m.ctrl.Call(m, "RunOneOffContainer", ctx, project, opts) |
| 378 | ret0, _ := ret[0].(int) |
| 379 | ret1, _ := ret[1].(error) |
| 380 | return ret0, ret1 |
| 381 | } |
| 382 | |
| 383 | // RunOneOffContainer indicates an expected call of RunOneOffContainer. |
| 384 | func (mr *MockComposeMockRecorder) RunOneOffContainer(ctx, project, opts any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected