(result1 []resources.SpaceQuota, result2 v7action.Warnings, result3 error)
| 13963 | } |
| 13964 | |
| 13965 | func (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 | |
| 13976 | func (fake *FakeActor) GetSpaceQuotasByOrgGUIDReturnsOnCall(i int, result1 []resources.SpaceQuota, result2 v7action.Warnings, result3 error) { |
| 13977 | fake.getSpaceQuotasByOrgGUIDMutex.Lock() |
no outgoing calls
no test coverage detected