MCPcopy Create free account
hub / github.com/cloudfoundry/cli / WrapReturns

Method WrapReturns

api/plugin/pluginfakes/fake_proxy_reader.go:130–137  ·  view source on GitHub ↗
(result1 io.ReadCloser)

Source from the content-addressed store, hash-verified

128}
129
130func (fake *FakeProxyReader) WrapReturns(result1 io.ReadCloser) {
131 fake.wrapMutex.Lock()
132 defer fake.wrapMutex.Unlock()
133 fake.WrapStub = nil
134 fake.wrapReturns = struct {
135 result1 io.ReadCloser
136 }{result1}
137}
138
139func (fake *FakeProxyReader) WrapReturnsOnCall(i int, result1 io.ReadCloser) {
140 fake.wrapMutex.Lock()

Callers 1

client_test.goFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected