MCPcopy Create free account
hub / github.com/cloudfoundry/cli / GetApplicationDropletsReturns

Method GetApplicationDropletsReturns

command/v7/v7fakes/fake_actor.go:8315–8324  ·  view source on GitHub ↗
(result1 []resources.Droplet, result2 v7action.Warnings, result3 error)

Source from the content-addressed store, hash-verified

8313}
8314
8315func (fake *FakeActor) GetApplicationDropletsReturns(result1 []resources.Droplet, result2 v7action.Warnings, result3 error) {
8316 fake.getApplicationDropletsMutex.Lock()
8317 defer fake.getApplicationDropletsMutex.Unlock()
8318 fake.GetApplicationDropletsStub = nil
8319 fake.getApplicationDropletsReturns = struct {
8320 result1 []resources.Droplet
8321 result2 v7action.Warnings
8322 result3 error
8323 }{result1, result2, result3}
8324}
8325
8326func (fake *FakeActor) GetApplicationDropletsReturnsOnCall(i int, result1 []resources.Droplet, result2 v7action.Warnings, result3 error) {
8327 fake.getApplicationDropletsMutex.Lock()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected