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

Function TestBoxPrinter_WithTitleBottomLeft

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

Source from the content-addressed store, hash-verified

173}
174
175func TestBoxPrinter_WithTitleBottomLeft(t *testing.T) {
176 p := pterm.BoxPrinter{}
177 p2 := p.WithTitleBottomLeft()
178
179 testza.AssertEqual(t, true, p2.TitleBottomLeft)
180 testza.AssertEqual(t, false, p.TitleBottomLeft)
181}
182
183func TestBoxPrinter_WithTitleBottomCenter(t *testing.T) {
184 p := pterm.BoxPrinter{}

Callers

nothing calls this directly

Calls 1

WithTitleBottomLeftMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…