See docs on PanicTB.
| 9 | |
| 10 | // See docs on PanicTB. |
| 11 | type panicTB struct{} |
| 12 | |
| 13 | // PanicTB is an implementation for testing.TB that panics when an error is |
| 14 | // logged or FailNow is called. This is useful to inject into test helpers in |
nothing calls this directly
no outgoing calls
no test coverage detected