(result1 bool)
| 83 | } |
| 84 | |
| 85 | func (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 | |
| 94 | func (fake *FakeScript) ExistsReturnsOnCall(i int, result1 bool) { |
| 95 | fake.existsMutex.Lock() |
no outgoing calls
no test coverage detected