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

Struct MockT

require/requirements_test.go:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28type MockT struct {
29 Failed bool
30}
31
32// Helper is like [testing.T.Helper] but does nothing.
33func (MockT) Helper() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected