MCPcopy
hub / github.com/pterm/pterm / TestProgressbarPrinter_GenericStop

Function TestProgressbarPrinter_GenericStop

progressbar_printer_test.go:88–92  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

86}
87
88func TestProgressbarPrinter_GenericStop(t *testing.T) {
89 p, err := pterm.DefaultProgressbar.Start()
90 testza.AssertNoError(t, err)
91 p.GenericStop()
92}
93
94func TestProgressbarPrinter_GetElapsedTime(t *testing.T) {
95 p := pterm.DefaultProgressbar

Callers

nothing calls this directly

Calls 2

GenericStopMethod · 0.65
StartMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…