MCPcopy
hub / github.com/uber-go/mock / Errorf

Method Errorf

gomock/controller.go:157–159  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

155}
156
157func (h *nopTestHelper) Errorf(format string, args ...any) {
158 h.t.Errorf(format, args...)
159}
160
161func (h *nopTestHelper) Fatalf(format string, args ...any) {
162 h.t.Fatalf(format, args...)

Callers

nothing calls this directly

Calls 1

ErrorfMethod · 0.65

Tested by

no test coverage detected