(i int)
| 9455 | } |
| 9456 | |
| 9457 | func (fake *FakeActor) GetDomainByNameArgsForCall(i int) string { |
| 9458 | fake.getDomainByNameMutex.RLock() |
| 9459 | defer fake.getDomainByNameMutex.RUnlock() |
| 9460 | argsForCall := fake.getDomainByNameArgsForCall[i] |
| 9461 | return argsForCall.arg1 |
| 9462 | } |
| 9463 | |
| 9464 | func (fake *FakeActor) GetDomainByNameReturns(result1 resources.Domain, result2 v7action.Warnings, result3 error) { |
| 9465 | fake.getDomainByNameMutex.Lock() |
no outgoing calls
no test coverage detected