MCPcopy
hub / github.com/cloudfoundry/cli / GetDomainByNameArgsForCall

Method GetDomainByNameArgsForCall

command/v7/v7fakes/fake_actor.go:9457–9462  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

9455}
9456
9457func (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
9464func (fake *FakeActor) GetDomainByNameReturns(result1 resources.Domain, result2 v7action.Warnings, result3 error) {
9465 fake.getDomainByNameMutex.Lock()

Calls

no outgoing calls

Tested by

no test coverage detected