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

Function TestCallerInfoWithAutogeneratedFunctions

assert/assertions_test.go:2545–2551  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

2543}
2544
2545func TestCallerInfoWithAutogeneratedFunctions(t *testing.T) {
2546 t.Parallel()
2547
2548 NotPanics(t, func() {
2549 testAutogeneratedFunction()
2550 })
2551}
2552
2553func TestZero(t *testing.T) {
2554 t.Parallel()

Callers

nothing calls this directly

Calls 2

NotPanicsFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…