(result1 v7action.Warnings, result2 error)
| 17550 | } |
| 17551 | |
| 17552 | func (fake *FakeActor) StartApplicationReturns(result1 v7action.Warnings, result2 error) { |
| 17553 | fake.startApplicationMutex.Lock() |
| 17554 | defer fake.startApplicationMutex.Unlock() |
| 17555 | fake.StartApplicationStub = nil |
| 17556 | fake.startApplicationReturns = struct { |
| 17557 | result1 v7action.Warnings |
| 17558 | result2 error |
| 17559 | }{result1, result2} |
| 17560 | } |
| 17561 | |
| 17562 | func (fake *FakeActor) StartApplicationReturnsOnCall(i int, result1 v7action.Warnings, result2 error) { |
| 17563 | fake.startApplicationMutex.Lock() |
no outgoing calls
no test coverage detected