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

Struct ErrorReporter

gomock/controller_test.go:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24)
25
26type ErrorReporter struct {
27 t *testing.T
28 log []string
29 failed bool
30 fatalToken struct{}
31}
32
33func NewErrorReporter(t *testing.T) *ErrorReporter {
34 return &ErrorReporter{t: t}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected