MCPcopy Create free account
hub / github.com/corestoreio/pkg / EqualValues

Function EqualValues

util/assert/assertions.go:415–427  ·  view source on GitHub ↗

EqualValues asserts that two objects are equal or convertable to the same types and equal. assert.EqualValues(t, uint32(123), int32(123))

(t TestingT, expected, actual interface{}, msgAndArgs ...interface{})

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

ObjectsAreEqualValuesFunction · 0.85
diffFunction · 0.85
formatUnequalValuesFunction · 0.85
FailFunction · 0.85
HelperMethod · 0.80

Tested by

no test coverage detected