MCPcopy Create free account
hub / github.com/stretchr/testify / TestCallerInfoWithAutogeneratedFunctions

Function TestCallerInfoWithAutogeneratedFunctions

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

Source from the content-addressed store, hash-verified

2142}
2143
2144func TestCallerInfoWithAutogeneratedFunctions(t *testing.T) {
2145 NotPanics(t, func() {
2146 testAutogeneratedFunction()
2147 })
2148}
2149
2150func TestZero(t *testing.T) {
2151 mockT := new(testing.T)

Callers

nothing calls this directly

Calls 2

NotPanicsFunction · 0.70

Tested by

no test coverage detected