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

Struct cancelReporter

gomock/controller.go:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123type cancelReporter struct {
124 t TestHelper
125 cancel func()
126}
127
128func (r *cancelReporter) Errorf(format string, args ...any) {
129 r.t.Errorf(format, args...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected