(result1 string)
| 2062 | } |
| 2063 | |
| 2064 | func (fake *FakeConfig) MinCLIVersionReturns(result1 string) { |
| 2065 | fake.minCLIVersionMutex.Lock() |
| 2066 | defer fake.minCLIVersionMutex.Unlock() |
| 2067 | fake.MinCLIVersionStub = nil |
| 2068 | fake.minCLIVersionReturns = struct { |
| 2069 | result1 string |
| 2070 | }{result1} |
| 2071 | } |
| 2072 | |
| 2073 | func (fake *FakeConfig) MinCLIVersionReturnsOnCall(i int, result1 string) { |
| 2074 | fake.minCLIVersionMutex.Lock() |
no outgoing calls
no test coverage detected