(result1 string)
| 1510 | } |
| 1511 | |
| 1512 | func (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 | |
| 1521 | func (fake *FakeConfig) DockerPasswordReturnsOnCall(i int, result1 string) { |
| 1522 | fake.dockerPasswordMutex.Lock() |
no outgoing calls
no test coverage detected