MCPcopy Index your code
hub / github.com/cloudfoundry/cli / UAAOAuthClientReturns

Method UAAOAuthClientReturns

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

Source from the content-addressed store, hash-verified

3799}
3800
3801func (fake *FakeConfig) UAAOAuthClientReturns(result1 string) {
3802 fake.uAAOAuthClientMutex.Lock()
3803 defer fake.uAAOAuthClientMutex.Unlock()
3804 fake.UAAOAuthClientStub = nil
3805 fake.uAAOAuthClientReturns = struct {
3806 result1 string
3807 }{result1}
3808}
3809
3810func (fake *FakeConfig) UAAOAuthClientReturnsOnCall(i int, result1 string) {
3811 fake.uAAOAuthClientMutex.Lock()

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected