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

Method Assert

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

Source from the content-addressed store, hash-verified

57}
58
59func (c *FormatBytesUnitTestCase) Assert(t *testing.T) {
60 assert.Equal(t, c.Expected, humanize.FormatBytesUnit(c.Given, c.Unit))
61}
62
63type FormatByteRateTestCase struct {
64 Given uint64

Callers

nothing calls this directly

Calls 2

FormatBytesUnitFunction · 0.92
EqualMethod · 0.45

Tested by

no test coverage detected