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

Function Equal

util/assert/assertions.go:309–325  ·  view source on GitHub ↗

Equal asserts that two objects are equal. assert.Equal(t, 123, 123) Pointer variable equality is determined based on the equality of the referenced values (as opposed to the memory addresses). Function equality cannot be determined and will always fail.

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

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

ExactlyFunction · 0.85
ExactlyLengthFunction · 0.85
JSONEqFunction · 0.85

Calls 6

validateEqualArgsFunction · 0.85
FailFunction · 0.85
ObjectsAreEqualFunction · 0.85
diffFunction · 0.85
formatUnequalValuesFunction · 0.85
HelperMethod · 0.80

Tested by

no test coverage detected