(t *testing.T)
| 12 | ) |
| 13 | |
| 14 | func TestTablePrinter_NilPrint(t *testing.T) { |
| 15 | p := pterm.TablePrinter{} |
| 16 | p.Render() |
| 17 | } |
| 18 | |
| 19 | func TestTablePrinter_Render(t *testing.T) { |
| 20 | d := pterm.TableData{ |
nothing calls this directly
no test coverage detected
searching dependent graphs…