(t *testing.T)
| 25 | } |
| 26 | |
| 27 | func TestSpinnerPrinter_GenericStart(t *testing.T) { |
| 28 | p := pterm.DefaultSpinner |
| 29 | p.GenericStart() |
| 30 | p.GenericStop() |
| 31 | } |
| 32 | |
| 33 | func TestSpinnerPrinter_GenericStartRawOutput(t *testing.T) { |
| 34 | pterm.DisableStyling() |
nothing calls this directly
no test coverage detected
searching dependent graphs…