(i int)
| 60 | } |
| 61 | |
| 62 | func (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 | |
| 69 | func (fake *FakeConnection) MakeReturns(result1 error) { |
| 70 | fake.makeMutex.Lock() |
no outgoing calls
no test coverage detected