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

Function assertTrue

utils_test.go:72–76  ·  view source on GitHub ↗
(t *testing.T, ok bool)

Source from the content-addressed store, hash-verified

70}
71
72func assertTrue(t *testing.T, ok bool) {
73 if !ok {
74 t.Error("value should be true")
75 }
76}
77
78func assertTypeOk(t *testing.T, ok bool, expectedType string) {
79 if !ok {

Callers 1

Calls 1

ErrorMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…