(t *testing.T)
| 112 | } |
| 113 | |
| 114 | func TestHeaderPrinter_WithFullWidth(t *testing.T) { |
| 115 | p := pterm.HeaderPrinter{} |
| 116 | p2 := p.WithFullWidth() |
| 117 | |
| 118 | testza.AssertEqual(t, true, p2.FullWidth) |
| 119 | } |
| 120 | |
| 121 | func TestHeaderPrinter_WithFullWidthToLongForTerminal(t *testing.T) { |
| 122 | p := pterm.HeaderPrinter{} |
nothing calls this directly
no test coverage detected
searching dependent graphs…