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

Method MakeCallCount

api/plugin/pluginfakes/fake_connection.go:50–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48}
49
50func (fake *FakeConnection) MakeCallCount() int {
51 fake.makeMutex.RLock()
52 defer fake.makeMutex.RUnlock()
53 return len(fake.makeArgsForCall)
54}
55
56func (fake *FakeConnection) MakeCalls(stub func(*http.Request, *plugin.Response, plugin.ProxyReader) error) {
57 fake.makeMutex.Lock()

Callers 3

client_test.goFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected