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

Method Errorf

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

Source from the content-addressed store, hash-verified

26// is satisfied by the standard library's *testing.T.
27type TestReporter interface {
28 Errorf(format string, args ...any)
29 Fatalf(format string, args ...any)
30}
31

Callers 15

RunMethod · 0.65
extractFunction · 0.65
TestRememberFunction · 0.65
TestVariadicFunctionFunction · 0.65
TestGrabPointerFunction · 0.65
waitForMocksFunction · 0.65
ErrorfMethod · 0.65
ErrorfMethod · 0.65
finishMethod · 0.65
TestMatchersFunction · 0.65
TestNotMatcherFunction · 0.65
TestRegexMatcherFunction · 0.65

Implementers 4

cancelReportergomock/controller.go
nopTestHelpergomock/controller.go
mockTestReportergomock/call_test.go
ErrorReportergomock/controller_test.go

Calls

no outgoing calls

Tested by 15

TestRememberFunction · 0.52
TestVariadicFunctionFunction · 0.52
TestGrabPointerFunction · 0.52
waitForMocksFunction · 0.52
TestMatchersFunction · 0.52
TestNotMatcherFunction · 0.52
TestRegexMatcherFunction · 0.52
TestInAnyOrderFunction · 0.52
TestCall_AfterFunction · 0.52
TestCall_DoFunction · 0.52
TestCall_DoAndReturnFunction · 0.52