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

Method DeleteSecurityGroupCallCount

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

Source from the content-addressed store, hash-verified

6948}
6949
6950func (fake *FakeActor) DeleteSecurityGroupCallCount() int {
6951 fake.deleteSecurityGroupMutex.RLock()
6952 defer fake.deleteSecurityGroupMutex.RUnlock()
6953 return len(fake.deleteSecurityGroupArgsForCall)
6954}
6955
6956func (fake *FakeActor) DeleteSecurityGroupCalls(stub func(string) (v7action.Warnings, error)) {
6957 fake.deleteSecurityGroupMutex.Lock()

Calls

no outgoing calls

Tested by

no test coverage detected