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

Method DeleteOrgRoleCallCount

command/v7/v7fakes/fake_actor.go:6560–6564  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6558}
6559
6560func (fake *FakeActor) DeleteOrgRoleCallCount() int {
6561 fake.deleteOrgRoleMutex.RLock()
6562 defer fake.deleteOrgRoleMutex.RUnlock()
6563 return len(fake.deleteOrgRoleArgsForCall)
6564}
6565
6566func (fake *FakeActor) DeleteOrgRoleCalls(stub func(constanta.RoleType, string, string, string, bool) (v7action.Warnings, error)) {
6567 fake.deleteOrgRoleMutex.Lock()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected