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

Method CreateServiceAppBindingReturns

command/v7/v7fakes/fake_actor.go:5583–5592  ·  view source on GitHub ↗
(result1 chan v7action.PollJobEvent, result2 v7action.Warnings, result3 error)

Source from the content-addressed store, hash-verified

5581}
5582
5583func (fake *FakeActor) CreateServiceAppBindingReturns(result1 chan v7action.PollJobEvent, result2 v7action.Warnings, result3 error) {
5584 fake.createServiceAppBindingMutex.Lock()
5585 defer fake.createServiceAppBindingMutex.Unlock()
5586 fake.CreateServiceAppBindingStub = nil
5587 fake.createServiceAppBindingReturns = struct {
5588 result1 chan v7action.PollJobEvent
5589 result2 v7action.Warnings
5590 result3 error
5591 }{result1, result2, result3}
5592}
5593
5594func (fake *FakeActor) CreateServiceAppBindingReturnsOnCall(i int, result1 chan v7action.PollJobEvent, result2 v7action.Warnings, result3 error) {
5595 fake.createServiceAppBindingMutex.Lock()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected