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

Method GetSpaceQuotasByOrgGUIDReturns

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

Source from the content-addressed store, hash-verified

13963}
13964
13965func (fake *FakeActor) GetSpaceQuotasByOrgGUIDReturns(result1 []resources.SpaceQuota, result2 v7action.Warnings, result3 error) {
13966 fake.getSpaceQuotasByOrgGUIDMutex.Lock()
13967 defer fake.getSpaceQuotasByOrgGUIDMutex.Unlock()
13968 fake.GetSpaceQuotasByOrgGUIDStub = nil
13969 fake.getSpaceQuotasByOrgGUIDReturns = struct {
13970 result1 []resources.SpaceQuota
13971 result2 v7action.Warnings
13972 result3 error
13973 }{result1, result2, result3}
13974}
13975
13976func (fake *FakeActor) GetSpaceQuotasByOrgGUIDReturnsOnCall(i int, result1 []resources.SpaceQuota, result2 v7action.Warnings, result3 error) {
13977 fake.getSpaceQuotasByOrgGUIDMutex.Lock()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected