(t *testing.T)
| 44 | } |
| 45 | |
| 46 | func TestSpinnerPrinter_Info(t *testing.T) { |
| 47 | testPrintContains(t, func(w io.Writer, a any) { |
| 48 | pterm.DefaultSpinner.WithWriter(w).Info(a) |
| 49 | }) |
| 50 | } |
| 51 | |
| 52 | func TestSpinnerPrinter_Success(t *testing.T) { |
| 53 | testPrintContains(t, func(w io.Writer, a any) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…