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

Struct MockTestingT

mock/mock_test.go:132–134  ·  mock/mock_test.go::MockTestingT

MockTestingT mocks a test struct

Source from the content-addressed store, hash-verified

130
131// MockTestingT mocks a test struct
132type MockTestingT struct {
133 logfCount, errorfCount, failNowCount int
134}
135
136// Helper is like [testing.T.Helper] but does nothing.
137func (MockTestingT) Helper() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected