testify/assert
Ernesto Jiménez 8de2544b9a Fix HTTP assertions to be consistent with the rest
HTTP assertions were missing the trailing `msgAndArgs ...interface{}`,
making it inconsistent with the rest of the assertions and resulting in
incorrect `*f` wrappers.

Fixes #528
2017-12-30 18:45:31 +01:00
..
assertion_format.go Fix HTTP assertions to be consistent with the rest 2017-12-30 18:45:31 +01:00
assertion_format.go.tmpl Fixes #339 - Add `assertion`f assertions like Errorf and Equalf 2017-05-29 12:56:43 +01:00
assertion_forward.go Fix HTTP assertions to be consistent with the rest 2017-12-30 18:45:31 +01:00
assertion_forward.go.tmpl Fix docs for forwarded assertions 2016-01-07 18:25:18 +01:00
assertions.go Add FileExists and DirExists assertions 2017-12-30 18:26:00 +01:00
assertions_test.go Add FileExists and DirExists assertions 2017-12-30 18:26:00 +01:00
doc.go Merge pull request #196 from phemmer/remove-overview 2015-08-26 11:20:00 -07:00
errors.go Clean up golint warnings 2014-06-18 09:28:16 -06:00
forward_assertions.go Fixes #339 - Add `assertion`f assertions like Errorf and Equalf 2017-05-29 12:56:43 +01:00
forward_assertions_test.go split JSONEq tests into individual assertions from one monolithic test 2015-10-13 13:36:47 -07:00
http_assertions.go Fix HTTP assertions to be consistent with the rest 2017-12-30 18:45:31 +01:00
http_assertions_test.go Fixed HTTP assertions messages formatting and removed wrong test message 2017-05-28 13:23:04 +02:00