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

Method APIVersionReturns

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

Source from the content-addressed store, hash-verified

694}
695
696func (fake *FakeConfig) APIVersionReturns(result1 string) {
697 fake.aPIVersionMutex.Lock()
698 defer fake.aPIVersionMutex.Unlock()
699 fake.APIVersionStub = nil
700 fake.aPIVersionReturns = struct {
701 result1 string
702 }{result1}
703}
704
705func (fake *FakeConfig) APIVersionReturnsOnCall(i int, result1 string) {
706 fake.aPIVersionMutex.Lock()

Calls

no outgoing calls

Tested by

no test coverage detected