MCPcopy
hub / github.com/pterm/pterm / TestSpinnerPrinter_GenericStart

Function TestSpinnerPrinter_GenericStart

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

Source from the content-addressed store, hash-verified

25}
26
27func TestSpinnerPrinter_GenericStart(t *testing.T) {
28 p := pterm.DefaultSpinner
29 p.GenericStart()
30 p.GenericStop()
31}
32
33func TestSpinnerPrinter_GenericStartRawOutput(t *testing.T) {
34 pterm.DisableStyling()

Callers

nothing calls this directly

Calls 2

GenericStartMethod · 0.65
GenericStopMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…