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

Method ExecuteCallCount

command/v7/v7fakes/fake_label_setter.go:48–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46}
47
48func (fake *FakeLabelSetter) ExecuteCallCount() int {
49 fake.executeMutex.RLock()
50 defer fake.executeMutex.RUnlock()
51 return len(fake.executeArgsForCall)
52}
53
54func (fake *FakeLabelSetter) ExecuteCalls(stub func(v7.TargetResource, map[string]types.NullString) error) {
55 fake.executeMutex.Lock()

Calls

no outgoing calls

Tested by

no test coverage detected