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