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

Function TestTablePrinter_WithLeftAlignment

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

Source from the content-addressed store, hash-verified

178}
179
180func TestTablePrinter_WithLeftAlignment(t *testing.T) {
181 s := true
182 p := pterm.TablePrinter{}
183 p2 := p.WithLeftAlignment(s)
184
185 testza.AssertEqual(t, s, p2.LeftAlignment)
186}
187
188func TestTablePrinter_WithRightAlignment(t *testing.T) {
189 s := true

Callers

nothing calls this directly

Calls 1

WithLeftAlignmentMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…