MCPcopy
hub / github.com/stretchr/testify / outputT

Struct outputT

assert/assertion_compare_test.go:99–102  ·  assert/assertion_compare_test.go::outputT

Source from the content-addressed store, hash-verified

97}
98
99type outputT struct {
100 buf *bytes.Buffer
101 helpers map[string]struct{}
102}
103
104// Implements TestingT
105func (t *outputT) Errorf(format string, args ...interface{}) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected