MCPcopy
hub / github.com/git-lfs/git-lfs / Assert

Method Assert

tools/humanize/humanize_test.go:33–35  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

31}
32
33func (c *FormatBytesTestCase) Assert(t *testing.T) {
34 assert.Equal(t, c.Expected, humanize.FormatBytes(c.Given))
35}
36
37type ParseByteUnitTestCase struct {
38 Given string

Callers

nothing calls this directly

Calls 2

FormatBytesFunction · 0.92
EqualMethod · 0.45

Tested by

no test coverage detected