MCPcopy Create free account
hub / github.com/docker/cli / TestNodeRemoveMultiple

Function TestNodeRemoveMultiple

cli/command/volume/remove_test.go:41–45  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

39}
40
41func TestNodeRemoveMultiple(t *testing.T) {
42 cmd := newRemoveCommand(test.NewFakeCli(&fakeClient{}))
43 cmd.SetArgs([]string{"volume1", "volume2"})
44 assert.NilError(t, cmd.Execute())
45}

Callers

nothing calls this directly

Calls 2

SetArgsMethod · 0.80
newRemoveCommandFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…