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

Function NotSame

util/assert/assertions.go:364–374  ·  view source on GitHub ↗

NotSame asserts that two pointers do not reference the same object. assert.NotSame(t, ptr1, ptr2) Both arguments must be pointer variables. Pointer variable sameness is determined based on the equality of both type and value.

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

samePointersFunction · 0.85
FailFunction · 0.85
HelperMethod · 0.80

Tested by

no test coverage detected