MCPcopy Index your code
hub / github.com/pterm/pterm / TestTablePrinter_WithHeaderRowSeparator

Function TestTablePrinter_WithHeaderRowSeparator

table_printer_test.go:142–147  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

140}
141
142func TestTablePrinter_WithHeaderRowSeparator(t *testing.T) {
143 p := pterm.TablePrinter{}
144 p2 := p.WithHeaderRowSeparator("-")
145
146 testza.AssertEqual(t, "-", p2.HeaderRowSeparator)
147}
148
149func TestTablePrinter_WithHeaderRowSeparatorStyle(t *testing.T) {
150 s := pterm.NewStyle(pterm.FgRed, pterm.BgBlue, pterm.Bold)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…