MCPcopy
hub / github.com/google/uuid / TestUUID

Function TestUUID

uuid_test.go:129–135  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

127}
128
129func TestUUID(t *testing.T) {
130 for _, tt := range tests {
131 testTest(t, tt.in, tt)
132 testTest(t, strings.ToUpper(tt.in), tt)
133 testBytes(t, []byte(tt.in), tt)
134 }
135}
136
137func TestFromBytes(t *testing.T) {
138 b := []byte{

Callers

nothing calls this directly

Calls 2

testTestFunction · 0.85
testBytesFunction · 0.85

Tested by

no test coverage detected