Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
27
type
TestReporter
interface
{
28
Errorf(format string, args ...any)
29
Fatalf(format string, args ...any)
30
}
31
Callers
15
Run
Method · 0.65
extract
Function · 0.65
TestRemember
Function · 0.65
TestVariadicFunction
Function · 0.65
TestGrabPointer
Function · 0.65
waitForMocks
Function · 0.65
Errorf
Method · 0.65
Errorf
Method · 0.65
finish
Method · 0.65
TestMatchers
Function · 0.65
TestNotMatcher
Function · 0.65
TestRegexMatcher
Function · 0.65
Implementers
4
cancelReporter
gomock/controller.go
nopTestHelper
gomock/controller.go
mockTestReporter
gomock/call_test.go
ErrorReporter
gomock/controller_test.go
Calls
no outgoing calls
Tested by
15
TestRemember
Function · 0.52
TestVariadicFunction
Function · 0.52
TestGrabPointer
Function · 0.52
waitForMocks
Function · 0.52
TestMatchers
Function · 0.52
TestNotMatcher
Function · 0.52
TestRegexMatcher
Function · 0.52
TestAssignableToTypeOfMatcher
Function · 0.52
TestInAnyOrder
Function · 0.52
TestCall_After
Function · 0.52
TestCall_Do
Function · 0.52
TestCall_DoAndReturn
Function · 0.52