()
| 1080 | } |
| 1081 | |
| 1082 | func (fake *FakeUI) DisplayPasswordPromptCallCount() int { |
| 1083 | fake.displayPasswordPromptMutex.RLock() |
| 1084 | defer fake.displayPasswordPromptMutex.RUnlock() |
| 1085 | return len(fake.displayPasswordPromptArgsForCall) |
| 1086 | } |
| 1087 | |
| 1088 | func (fake *FakeUI) DisplayPasswordPromptCalls(stub func(string, ...map[string]interface{}) (string, error)) { |
| 1089 | fake.displayPasswordPromptMutex.Lock() |