(t *testing.T)
| 12 | ) |
| 13 | |
| 14 | func TestBasicTextPrinterNilPrint(t *testing.T) { |
| 15 | proxyToDevNull() |
| 16 | p := pterm.BasicTextPrinter{} |
| 17 | p.Println("Hello, World!") |
| 18 | } |
| 19 | |
| 20 | func TestBasicTextPrinterPrintMethods(t *testing.T) { |
| 21 | p := pterm.DefaultBasicText |
nothing calls this directly
no test coverage detected
searching dependent graphs…