gitee.com/sy_183/go-common@v1.0.5-0.20231205030221-958cfe129b47/assert/assert_test.go (about) 1 package assert 2 3 import "testing" 4 5 func TestNotNil(t *testing.T) { 6 NotEmpty[bool](true, "test") 7 }