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

Struct errorsCapturingT

assert/assertions_test.go:3400–3402  ·  assert/assertions_test.go::errorsCapturingT

errorsCapturingT is a mock implementation of TestingT that captures errors reported with Errorf.

Source from the content-addressed store, hash-verified

3398
3399// errorsCapturingT is a mock implementation of TestingT that captures errors reported with Errorf.
3400type errorsCapturingT struct {
3401 errors []error
3402}
3403
3404// Helper is like [testing.T.Helper] but does nothing.
3405func (errorsCapturingT) Helper() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected