MCPcopy Create free account
hub / github.com/cloudfoundry/bosh-agent / PathReturns

Method PathReturns

agent/script/scriptfakes/fake_script.go:138–145  ·  view source on GitHub ↗
(result1 string)

Source from the content-addressed store, hash-verified

136}
137
138func (fake *FakeScript) PathReturns(result1 string) {
139 fake.pathMutex.Lock()
140 defer fake.pathMutex.Unlock()
141 fake.PathStub = nil
142 fake.pathReturns = struct {
143 result1 string
144 }{result1}
145}
146
147func (fake *FakeScript) PathReturnsOnCall(i int, result1 string) {
148 fake.pathMutex.Lock()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected