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

Method TargetReturns

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

Source from the content-addressed store, hash-verified

3375}
3376
3377func (fake *FakeConfig) TargetReturns(result1 string) {
3378 fake.targetMutex.Lock()
3379 defer fake.targetMutex.Unlock()
3380 fake.TargetStub = nil
3381 fake.targetReturns = struct {
3382 result1 string
3383 }{result1}
3384}
3385
3386func (fake *FakeConfig) TargetReturnsOnCall(i int, result1 string) {
3387 fake.targetMutex.Lock()

Calls

no outgoing calls

Tested by

no test coverage detected