MCPcopy
hub / github.com/cloudfoundry/cli / MinCLIVersionReturns

Method MinCLIVersionReturns

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

Source from the content-addressed store, hash-verified

2062}
2063
2064func (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
2073func (fake *FakeConfig) MinCLIVersionReturnsOnCall(i int, result1 string) {
2074 fake.minCLIVersionMutex.Lock()

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected