MCPcopy Index your code
hub / github.com/cloudfoundry/cli / CreateUserCallCount

Method CreateUserCallCount

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

Source from the content-addressed store, hash-verified

6031}
6032
6033func (fake *FakeActor) CreateUserCallCount() int {
6034 fake.createUserMutex.RLock()
6035 defer fake.createUserMutex.RUnlock()
6036 return len(fake.createUserArgsForCall)
6037}
6038
6039func (fake *FakeActor) CreateUserCalls(stub func(string, string, string) (resources.User, v7action.Warnings, error)) {
6040 fake.createUserMutex.Lock()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected