()
| 3363 | } |
| 3364 | |
| 3365 | func (fake *FakeConfig) TargetCallCount() int { |
| 3366 | fake.targetMutex.RLock() |
| 3367 | defer fake.targetMutex.RUnlock() |
| 3368 | return len(fake.targetArgsForCall) |
| 3369 | } |
| 3370 | |
| 3371 | func (fake *FakeConfig) TargetCalls(stub func() string) { |
| 3372 | fake.targetMutex.Lock() |
no outgoing calls
no test coverage detected