()
| 982 | } |
| 983 | |
| 984 | func (fake *FakeUI) DisplayOKCallCount() int { |
| 985 | fake.displayOKMutex.RLock() |
| 986 | defer fake.displayOKMutex.RUnlock() |
| 987 | return len(fake.displayOKArgsForCall) |
| 988 | } |
| 989 | |
| 990 | func (fake *FakeUI) DisplayOKCalls(stub func()) { |
| 991 | fake.displayOKMutex.Lock() |
no outgoing calls
no test coverage detected