(result1 chan v7action.PollJobEvent, result2 v7action.Warnings, result3 error)
| 5712 | } |
| 5713 | |
| 5714 | func (fake *FakeActor) CreateServiceKeyReturns(result1 chan v7action.PollJobEvent, result2 v7action.Warnings, result3 error) { |
| 5715 | fake.createServiceKeyMutex.Lock() |
| 5716 | defer fake.createServiceKeyMutex.Unlock() |
| 5717 | fake.CreateServiceKeyStub = nil |
| 5718 | fake.createServiceKeyReturns = struct { |
| 5719 | result1 chan v7action.PollJobEvent |
| 5720 | result2 v7action.Warnings |
| 5721 | result3 error |
| 5722 | }{result1, result2, result3} |
| 5723 | } |
| 5724 | |
| 5725 | func (fake *FakeActor) CreateServiceKeyReturnsOnCall(i int, result1 chan v7action.PollJobEvent, result2 v7action.Warnings, result3 error) { |
| 5726 | fake.createServiceKeyMutex.Lock() |
no outgoing calls
no test coverage detected