testify/assert
James Bowes 21382c1202 Attempt type conversion in assert.Equal
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.
2014-06-03 19:01:48 -03:00
..
assertions.go Attempt type conversion in assert.Equal 2014-06-03 19:01:48 -03:00
assertions_test.go Attempt type conversion in assert.Equal 2014-06-03 19:01:48 -03:00
doc.go added new assert WithinDuration 2013-09-12 13:24:50 +08:00
errors.go ExactError, asserts that err is not nil and its string matches 2014-02-15 12:24:39 -05:00