MCPcopy Create free account
hub / github.com/docker/compose / ContainerRemove

Method ContainerRemove

pkg/mocks/mock_docker_api.go:398–401  ·  view source on GitHub ↗

ContainerRemove indicates an expected call of ContainerRemove.

(arg0, arg1, arg2 any)

Source from the content-addressed store, hash-verified

396
397// ContainerRemove indicates an expected call of ContainerRemove.
398func (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.
404func (m *MockAPIClient) ContainerRename(arg0 context.Context, arg1 string, arg2 client.ContainerRenameOptions) (client.ContainerRenameResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected