(result1 string)
| 3799 | } |
| 3800 | |
| 3801 | func (fake *FakeConfig) UAAOAuthClientReturns(result1 string) { |
| 3802 | fake.uAAOAuthClientMutex.Lock() |
| 3803 | defer fake.uAAOAuthClientMutex.Unlock() |
| 3804 | fake.UAAOAuthClientStub = nil |
| 3805 | fake.uAAOAuthClientReturns = struct { |
| 3806 | result1 string |
| 3807 | }{result1} |
| 3808 | } |
| 3809 | |
| 3810 | func (fake *FakeConfig) UAAOAuthClientReturnsOnCall(i int, result1 string) { |
| 3811 | fake.uAAOAuthClientMutex.Lock() |
no outgoing calls
no test coverage detected