ContainerRemove indicates an expected call of ContainerRemove.
(arg0, arg1, arg2 any)
| 396 | |
| 397 | // ContainerRemove indicates an expected call of ContainerRemove. |
| 398 | func (mr *MockAPIClientMockRecorder) ContainerRemove(arg0, arg1, arg2 any) *gomock.Call { |
| 399 | mr.mock.ctrl.T.Helper() |
| 400 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ContainerRemove", reflect.TypeOf((*MockAPIClient)(nil).ContainerRemove), arg0, arg1, arg2) |
| 401 | } |
| 402 | |
| 403 | // ContainerRename mocks base method. |
| 404 | func (m *MockAPIClient) ContainerRename(arg0 context.Context, arg1 string, arg2 client.ContainerRenameOptions) (client.ContainerRenameResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected