(t *testing.T)
| 2142 | } |
| 2143 | |
| 2144 | func TestCallerInfoWithAutogeneratedFunctions(t *testing.T) { |
| 2145 | NotPanics(t, func() { |
| 2146 | testAutogeneratedFunction() |
| 2147 | }) |
| 2148 | } |
| 2149 | |
| 2150 | func TestZero(t *testing.T) { |
| 2151 | mockT := new(testing.T) |
nothing calls this directly
no test coverage detected