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

Struct captureTestingT

assert/assertions_test.go:3652–3655  ·  assert/assertions_test.go::captureTestingT

Source from the content-addressed store, hash-verified

3650}
3651
3652type captureTestingT struct {
3653 failed bool
3654 msg string
3655}
3656
3657// Helper is like [testing.T.Helper] but does nothing.
3658func (captureTestingT) Helper() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected