MCPcopy Create free account
hub / github.com/elimity-com/scim / assertNotNil

Function assertNotNil

utils_test.go:66–70  ·  view source on GitHub ↗
(t *testing.T, object interface{}, name string)

Source from the content-addressed store, hash-verified

64}
65
66func assertNotNil(t *testing.T, object interface{}, name string) {
67 if object == nil {
68 t.Errorf("missing object: %s", name)
69 }
70}
71
72func assertTrue(t *testing.T, ok bool) {
73 if !ok {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…