()
| 12529 | } |
| 12530 | |
| 12531 | func (fake *FakeActor) GetSecurityGroupsCallCount() int { |
| 12532 | fake.getSecurityGroupsMutex.RLock() |
| 12533 | defer fake.getSecurityGroupsMutex.RUnlock() |
| 12534 | return len(fake.getSecurityGroupsArgsForCall) |
| 12535 | } |
| 12536 | |
| 12537 | func (fake *FakeActor) GetSecurityGroupsCalls(stub func() ([]v7action.SecurityGroupSummary, v7action.Warnings, error)) { |
| 12538 | fake.getSecurityGroupsMutex.Lock() |
no outgoing calls
no test coverage detected