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

Struct mockTestingT

assert/assertions_test.go:3043–3046  ·  assert/assertions_test.go::mockTestingT

Source from the content-addressed store, hash-verified

3041}
3042
3043type mockTestingT struct {
3044 errorFmt string
3045 args []interface{}
3046}
3047
3048// Helper is like [testing.T.Helper] but does nothing.
3049func (mockTestingT) Helper() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected