Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/stretchr/testify
/ BenchmarkNotNil
Function
BenchmarkNotNil
assert/assertions_test.go:2718–2722 ·
view source on GitHub ↗
(b *testing.B)
Source
from the content-addressed store, hash-verified
2716
}
2717
2718
func
BenchmarkNotNil(b *testing.B) {
2719
for
i := 0; i < b.N; i++ {
2720
NotNil(b, b)
2721
}
2722
}
2723
2724
func
ExampleComparisonAssertionFunc() {
2725
t := &testing.T{}
// provided by test
Callers
nothing calls this directly
Calls
1
NotNil
Function · 0.70
Tested by
no test coverage detected