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