MCPcopy Index your code
hub / github.com/git-lfs/git-lfs / assertEqualWithExample

Function assertEqualWithExample

lfs/pointer_test.go:347–349  ·  view source on GitHub ↗
(t *testing.T, example string, expected, actual interface{})

Source from the content-addressed store, hash-verified

345}
346
347func assertEqualWithExample(t *testing.T, example string, expected, actual interface{}) {
348 assert.Equal(t, expected, actual, "Example:\n%s", strings.TrimSpace(example))
349}

Callers 4

TestDecodeFunction · 0.85
TestDecodeExtensionsFunction · 0.85
TestDecodeExtensionsSortFunction · 0.85
TestDecodePreReleaseFunction · 0.85

Calls 1

EqualMethod · 0.45

Tested by

no test coverage detected