()
| 7144 | } |
| 7145 | |
| 7146 | func (fake *FakeActor) DeleteServiceInstanceCallCount() int { |
| 7147 | fake.deleteServiceInstanceMutex.RLock() |
| 7148 | defer fake.deleteServiceInstanceMutex.RUnlock() |
| 7149 | return len(fake.deleteServiceInstanceArgsForCall) |
| 7150 | } |
| 7151 | |
| 7152 | func (fake *FakeActor) DeleteServiceInstanceCalls(stub func(string, string) (chan v7action.PollJobEvent, v7action.Warnings, error)) { |
| 7153 | fake.deleteServiceInstanceMutex.Lock() |
no outgoing calls
no test coverage detected