(result1 []v7action.SecurityGroupSummary, result2 v7action.Warnings, result3 error)
| 12541 | } |
| 12542 | |
| 12543 | func (fake *FakeActor) GetSecurityGroupsReturns(result1 []v7action.SecurityGroupSummary, result2 v7action.Warnings, result3 error) { |
| 12544 | fake.getSecurityGroupsMutex.Lock() |
| 12545 | defer fake.getSecurityGroupsMutex.Unlock() |
| 12546 | fake.GetSecurityGroupsStub = nil |
| 12547 | fake.getSecurityGroupsReturns = struct { |
| 12548 | result1 []v7action.SecurityGroupSummary |
| 12549 | result2 v7action.Warnings |
| 12550 | result3 error |
| 12551 | }{result1, result2, result3} |
| 12552 | } |
| 12553 | |
| 12554 | func (fake *FakeActor) GetSecurityGroupsReturnsOnCall(i int, result1 []v7action.SecurityGroupSummary, result2 v7action.Warnings, result3 error) { |
| 12555 | fake.getSecurityGroupsMutex.Lock() |
no outgoing calls
no test coverage detected