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

Method MakeArgsForCall

api/plugin/pluginfakes/fake_connection.go:62–67  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

60}
61
62func (fake *FakeConnection) MakeArgsForCall(i int) (*http.Request, *plugin.Response, plugin.ProxyReader) {
63 fake.makeMutex.RLock()
64 defer fake.makeMutex.RUnlock()
65 argsForCall := fake.makeArgsForCall[i]
66 return argsForCall.arg1, argsForCall.arg2, argsForCall.arg3
67}
68
69func (fake *FakeConnection) MakeReturns(result1 error) {
70 fake.makeMutex.Lock()

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected