MCPcopy
hub / github.com/pterm/pterm / TestPrefixPrinter_GetFormattedPrefix

Function TestPrefixPrinter_GetFormattedPrefix

prefix_printer_test.go:152–158  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

150}
151
152func TestPrefixPrinter_GetFormattedPrefix(t *testing.T) {
153 for _, p := range prefixPrinters {
154 t.Run("", func(t *testing.T) {
155 testza.AssertNotZero(t, p.GetFormattedPrefix())
156 })
157 }
158}
159
160func TestPrefixPrinter_WithFatal(t *testing.T) {
161 for _, p := range prefixPrinters {

Callers

nothing calls this directly

Calls 1

GetFormattedPrefixMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…