mirror of https://github.com/stretchr/testify.git
If the two values being tested are of compatible types, convert one value to the other's type before comparing them. This allows `assert.Equal(int64(123), uint64(123))` to pass. |
||
---|---|---|
.. | ||
assertions.go | ||
assertions_test.go | ||
doc.go | ||
errors.go |