(t *testing.T)
| 2543 | } |
| 2544 | |
| 2545 | func TestCallerInfoWithAutogeneratedFunctions(t *testing.T) { |
| 2546 | t.Parallel() |
| 2547 | |
| 2548 | NotPanics(t, func() { |
| 2549 | testAutogeneratedFunction() |
| 2550 | }) |
| 2551 | } |
| 2552 | |
| 2553 | func TestZero(t *testing.T) { |
| 2554 | t.Parallel() |
nothing calls this directly
no test coverage detected