MCPcopy
hub / github.com/pterm/pterm / TestBoxPrinter_WithTitleBottomRight

Function TestBoxPrinter_WithTitleBottomRight

box_printer_test.go:167–173  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

165}
166
167func TestBoxPrinter_WithTitleBottomRight(t *testing.T) {
168 p := pterm.BoxPrinter{}
169 p2 := p.WithTitleBottomRight()
170
171 testza.AssertEqual(t, true, p2.TitleBottomRight)
172 testza.AssertEqual(t, false, p.TitleBottomRight)
173}
174
175func TestBoxPrinter_WithTitleBottomLeft(t *testing.T) {
176 p := pterm.BoxPrinter{}

Callers

nothing calls this directly

Calls 1

WithTitleBottomRightMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…