(t *testing.T)
| 39 | } |
| 40 | |
| 41 | func TestSpinnerPrinter_GenericStop(t *testing.T) { |
| 42 | p := pterm.DefaultSpinner |
| 43 | p.GenericStop() |
| 44 | } |
| 45 | |
| 46 | func TestSpinnerPrinter_Info(t *testing.T) { |
| 47 | testPrintContains(t, func(w io.Writer, a any) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…