(result1 string)
| 190 | } |
| 191 | |
| 192 | func (fake *FakeConfig) LocaleReturns(result1 string) { |
| 193 | fake.localeMutex.Lock() |
| 194 | defer fake.localeMutex.Unlock() |
| 195 | fake.LocaleStub = nil |
| 196 | fake.localeReturns = struct { |
| 197 | result1 string |
| 198 | }{result1} |
| 199 | } |
| 200 | |
| 201 | func (fake *FakeConfig) LocaleReturnsOnCall(i int, result1 string) { |
| 202 | fake.localeMutex.Lock() |
no outgoing calls
no test coverage detected