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

Function NotEqual

util/assert/assertions.go:724–736  ·  view source on GitHub ↗

NotEqual asserts that the specified values are NOT equal. assert.NotEqual(t, obj1, obj2) Pointer variable equality is determined based on the equality of the referenced values (as opposed to the memory addresses).

(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 4

validateEqualArgsFunction · 0.85
FailFunction · 0.85
ObjectsAreEqualFunction · 0.85
HelperMethod · 0.80

Tested by

no test coverage detected