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

Struct bufferT

assert/assertions_test.go:744–746  ·  assert/assertions_test.go::bufferT

bufferT implements TestingT. Its implementation of Errorf writes the output that would be produced by testing.T.Errorf to an internal bytes.Buffer.

Source from the content-addressed store, hash-verified

742// bufferT implements TestingT. Its implementation of Errorf writes the output that would be produced by
743// testing.T.Errorf to an internal bytes.Buffer.
744type bufferT struct {
745 buf bytes.Buffer
746}
747
748// Helper is like [testing.T.Helper] but does nothing.
749func (bufferT) Helper() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected