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