Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clouditor/clouditor
/ NotNil
Function
NotNil
internal/testutil/assert/assert.go:90–94 ·
view source on GitHub ↗
(t *testing.T, obj T)
Source
from the content-addressed store, hash-verified
88
}
89
90
func
NotNil[T any](t *testing.T, obj T) bool {
91
t.Helper()
92
93
return
assert.NotNil(t, obj)
94
}
95
96
func
Empty[T any](t *testing.T, obj T) bool {
97
t.Helper()
Callers
15
TestNewService
Function · 0.92
TestDefaultServiceSpec
Function · 0.92
TestNewService
Function · 0.92
TestService_StartDiscovery
Function · 0.92
TestDefaultServiceSpec
Function · 0.92
TestListIngresses
Function · 0.92
Test_k8sStorageDiscovery_List
Function · 0.92
Test_k8sComputeDiscovery_List
Function · 0.92
TestAwsS3Discovery_List
Function · 0.92
TestNewService
Function · 0.92
TestDefaultServiceSpec
Function · 0.92
TestService_evaluateControl
Function · 0.92
Calls
no outgoing calls
Tested by
15
TestNewService
Function · 0.74
TestDefaultServiceSpec
Function · 0.74
TestNewService
Function · 0.74
TestService_StartDiscovery
Function · 0.74
TestDefaultServiceSpec
Function · 0.74
TestListIngresses
Function · 0.74
Test_k8sStorageDiscovery_List
Function · 0.74
Test_k8sComputeDiscovery_List
Function · 0.74
TestAwsS3Discovery_List
Function · 0.74
TestNewService
Function · 0.74
TestDefaultServiceSpec
Function · 0.74
TestService_evaluateControl
Function · 0.74