MCPcopy Index your code
hub / github.com/cloudfoundry/cli / DockerPasswordReturns

Method DockerPasswordReturns

command/commandfakes/fake_config.go:1512–1519  ·  view source on GitHub ↗
(result1 string)

Source from the content-addressed store, hash-verified

1510}
1511
1512func (fake *FakeConfig) DockerPasswordReturns(result1 string) {
1513 fake.dockerPasswordMutex.Lock()
1514 defer fake.dockerPasswordMutex.Unlock()
1515 fake.DockerPasswordStub = nil
1516 fake.dockerPasswordReturns = struct {
1517 result1 string
1518 }{result1}
1519}
1520
1521func (fake *FakeConfig) DockerPasswordReturnsOnCall(i int, result1 string) {
1522 fake.dockerPasswordMutex.Lock()

Calls

no outgoing calls

Tested by

no test coverage detected