(_ func(string) string)
| 197 | func (ui testUI) IsTerminal() bool { return false } |
| 198 | func (ui testUI) WantBrowser() bool { return false } |
| 199 | func (ui testUI) SetAutoComplete(_ func(string) string) {} |
| 200 | func (ui testUI) Print(args ...interface{}) {} // discard |
| 201 | func (ui testUI) PrintErr(args ...interface{}) { |
| 202 | ui.T.Error("unexpected error: " + fmt.Sprint(args...)) |
nothing calls this directly
no outgoing calls
no test coverage detected