MCPcopy
hub / github.com/kopia/kopia / TestBytesStringBase10

Function TestBytesStringBase10

internal/units/units_test.go:85–92  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

83}
84
85func TestBytesStringBase10(t *testing.T) {
86 for i, c := range base10Cases {
87 t.Run(fmt.Sprint(i, "-", c.value), func(t *testing.T) {
88 actual := BytesStringBase10(c.value)
89 require.Equal(t, c.expected, actual)
90 })
91 }
92}
93
94func TestBytesStringBase2(t *testing.T) {
95 for i, c := range base2Cases {

Callers

nothing calls this directly

Calls 3

BytesStringBase10Function · 0.85
EqualMethod · 0.80
RunMethod · 0.65

Tested by

no test coverage detected