github.com/golang/mock/gomock.TestReporter.Errorf (method)

5 uses

	github.com/golang/mock/gomock (current package)
		controller.go#L66: 	Errorf(format string, args ...interface{})
		controller.go#L152: 	r.t.Errorf(format, args...)
		controller.go#L180: 	h.t.Errorf(format, args...)
		controller.go#L294: 		ctrl.T.Errorf("missing call(s) to %v", call)
		controller.go#L301: 		ctrl.T.Errorf("aborting test due to missing call(s)")