MCPcopy Create free account
hub / github.com/stretchr/testify / Errorf

Method Errorf

assert/assertions_test.go:2984–2986  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

2982}
2983
2984func (t *errorsCapturingT) Errorf(format string, args ...interface{}) {
2985 t.errors = append(t.errors, fmt.Errorf(format, args...))
2986}
2987
2988func (t *errorsCapturingT) Helper() {}
2989

Callers

nothing calls this directly

Calls 1

ErrorfMethod · 0.65

Tested by

no test coverage detected