()
| 14146 | } |
| 14147 | |
| 14148 | func (fake *FakeActor) GetStackByNameCallCount() int { |
| 14149 | fake.getStackByNameMutex.RLock() |
| 14150 | defer fake.getStackByNameMutex.RUnlock() |
| 14151 | return len(fake.getStackByNameArgsForCall) |
| 14152 | } |
| 14153 | |
| 14154 | func (fake *FakeActor) GetStackByNameCalls(stub func(string) (resources.Stack, v7action.Warnings, error)) { |
| 14155 | fake.getStackByNameMutex.Lock() |
no outgoing calls
no test coverage detected