()
| 25 | } |
| 26 | |
| 27 | func NewTestHandler() *Handler { |
| 28 | testIO, _, _, _ := iostreams.Test() |
| 29 | return NewHandler(testIO) |
| 30 | } |
| 31 | |
| 32 | // Printf writes the formatted arguments to the stderr writer. |
| 33 | func (h *Handler) Printf(f string, v ...interface{}) (int, error) { |