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

Method BinaryVersionReturns

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

Source from the content-addressed store, hash-verified

1077}
1078
1079func (fake *FakeConfig) BinaryVersionReturns(result1 string) {
1080 fake.binaryVersionMutex.Lock()
1081 defer fake.binaryVersionMutex.Unlock()
1082 fake.BinaryVersionStub = nil
1083 fake.binaryVersionReturns = struct {
1084 result1 string
1085 }{result1}
1086}
1087
1088func (fake *FakeConfig) BinaryVersionReturnsOnCall(i int, result1 string) {
1089 fake.binaryVersionMutex.Lock()

Calls

no outgoing calls

Tested by

no test coverage detected