()
| 109 | } |
| 110 | |
| 111 | func (fake *FakeProxyReader) WrapCallCount() int { |
| 112 | fake.wrapMutex.RLock() |
| 113 | defer fake.wrapMutex.RUnlock() |
| 114 | return len(fake.wrapArgsForCall) |
| 115 | } |
| 116 | |
| 117 | func (fake *FakeProxyReader) WrapCalls(stub func(io.Reader) io.ReadCloser) { |
| 118 | fake.wrapMutex.Lock() |
no outgoing calls
no test coverage detected