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

Method BinaryNameReturns

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

Source from the content-addressed store, hash-verified

1024}
1025
1026func (fake *FakeConfig) BinaryNameReturns(result1 string) {
1027 fake.binaryNameMutex.Lock()
1028 defer fake.binaryNameMutex.Unlock()
1029 fake.BinaryNameStub = nil
1030 fake.binaryNameReturns = struct {
1031 result1 string
1032 }{result1}
1033}
1034
1035func (fake *FakeConfig) BinaryNameReturnsOnCall(i int, result1 string) {
1036 fake.binaryNameMutex.Lock()

Calls

no outgoing calls

Tested by

no test coverage detected