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

Method ExistsReturns

agent/script/scriptfakes/fake_script.go:85–92  ·  view source on GitHub ↗
(result1 bool)

Source from the content-addressed store, hash-verified

83}
84
85func (fake *FakeScript) ExistsReturns(result1 bool) {
86 fake.existsMutex.Lock()
87 defer fake.existsMutex.Unlock()
88 fake.ExistsStub = nil
89 fake.existsReturns = struct {
90 result1 bool
91 }{result1}
92}
93
94func (fake *FakeScript) ExistsReturnsOnCall(i int, result1 bool) {
95 fake.existsMutex.Lock()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected