MCPcopy
hub / github.com/pterm/pterm / TestSpinnerPrinter_Info

Function TestSpinnerPrinter_Info

spinner_printer_test.go:46–50  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

44}
45
46func TestSpinnerPrinter_Info(t *testing.T) {
47 testPrintContains(t, func(w io.Writer, a any) {
48 pterm.DefaultSpinner.WithWriter(w).Info(a)
49 })
50}
51
52func TestSpinnerPrinter_Success(t *testing.T) {
53 testPrintContains(t, func(w io.Writer, a any) {

Callers

nothing calls this directly

Calls 3

testPrintContainsFunction · 0.85
InfoMethod · 0.45
WithWriterMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…