MCPcopy
hub / github.com/restic/restic / TestPrinter

Struct TestPrinter

internal/ui/progress/printer.go:63–65  ·  view source on GitHub ↗

TestPrinter prints messages during testing

Source from the content-addressed store, hash-verified

61
62// TestPrinter prints messages during testing
63type TestPrinter struct {
64 t testing.TB
65}
66
67func NewTestPrinter(t testing.TB) *TestPrinter {
68 return &TestPrinter{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected