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

Struct captureTestingT

assert/assertions_test.go:3177–3179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3175}
3176
3177type captureTestingT struct {
3178 msg string
3179}
3180
3181func (ctt *captureTestingT) Errorf(format string, args ...interface{}) {
3182 ctt.msg = fmt.Sprintf(format, args...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected