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 not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected