(t *testing.T)
| 74 | } |
| 75 | |
| 76 | func TestProgressbarPrinter_GenericStart(t *testing.T) { |
| 77 | p := pterm.DefaultProgressbar |
| 78 | p.GenericStart() |
| 79 | } |
| 80 | |
| 81 | func TestProgressbarPrinter_GenericStartRawOutput(t *testing.T) { |
| 82 | pterm.DisableStyling() |
nothing calls this directly
no test coverage detected
searching dependent graphs…