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

Method CreateRouteCallCount

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

Source from the content-addressed store, hash-verified

5363}
5364
5365func (fake *FakeActor) CreateRouteCallCount() int {
5366 fake.createRouteMutex.RLock()
5367 defer fake.createRouteMutex.RUnlock()
5368 return len(fake.createRouteArgsForCall)
5369}
5370
5371func (fake *FakeActor) CreateRouteCalls(stub func(string, string, string, string, int, map[string]*string) (resources.Route, v7action.Warnings, error)) {
5372 fake.createRouteMutex.Lock()

Calls

no outgoing calls

Tested by

no test coverage detected