(result1 map[string]types.NullString, result2 v7action.Warnings, result3 error)
| 8381 | } |
| 8382 | |
| 8383 | func (fake *FakeActor) GetApplicationLabelsReturns(result1 map[string]types.NullString, result2 v7action.Warnings, result3 error) { |
| 8384 | fake.getApplicationLabelsMutex.Lock() |
| 8385 | defer fake.getApplicationLabelsMutex.Unlock() |
| 8386 | fake.GetApplicationLabelsStub = nil |
| 8387 | fake.getApplicationLabelsReturns = struct { |
| 8388 | result1 map[string]types.NullString |
| 8389 | result2 v7action.Warnings |
| 8390 | result3 error |
| 8391 | }{result1, result2, result3} |
| 8392 | } |
| 8393 | |
| 8394 | func (fake *FakeActor) GetApplicationLabelsReturnsOnCall(i int, result1 map[string]types.NullString, result2 v7action.Warnings, result3 error) { |
| 8395 | fake.getApplicationLabelsMutex.Lock() |
no outgoing calls
no test coverage detected