testify/assert
Olivier Mengué f8f5e6bd38 assert: make *AssertionFunc type just aliases
We don't need to define "hard" types for *AssertionFunc types as we
don't attach methods to them. Also, making them just type aliases will
give more flexibility to users of our API.
So ComparisonAssertionFunc and other *AssertionFunc types are now just
type aliases.
2024-03-04 18:52:18 +01:00
..
internal/unsafetests assert: more unsafe.Pointer tests 2023-11-09 16:32:25 +01:00
assertion_compare.go Merge branch 'master' into uintptr 2023-10-30 23:51:22 +01:00
assertion_compare_test.go Merge branch 'master' into uintptr 2023-10-30 23:51:22 +01:00
assertion_format.go Merge pull request #1385 from hslatman/not-implements 2024-02-28 16:02:08 +00:00
assertion_format.go.tmpl Fix vim-go integration and other editors 2018-02-02 18:39:40 +00:00
assertion_forward.go Merge pull request #1385 from hslatman/not-implements 2024-02-28 16:02:08 +00:00
assertion_forward.go.tmpl Fix vim-go integration and other editors 2018-02-02 18:39:40 +00:00
assertion_order.go EqualExportedValues: Handle nested pointer, slice and map fields (#1379) 2023-05-11 07:42:04 +10:00
assertion_order_test.go add tests for correct msgAndArgs forwarding 2022-02-10 20:09:05 +10:00
assertions.go assert: make *AssertionFunc type just aliases 2024-03-04 18:52:18 +01:00
assertions_test.go Merge pull request #1385 from hslatman/not-implements 2024-02-28 16:02:08 +00:00
doc.go EqualExportedValues: Handle nested pointer, slice and map fields (#1379) 2023-05-11 07:42:04 +10:00
errors.go Clean up golint warnings 2014-06-18 09:28:16 -06:00
forward_assertions.go Make _codegen its own module so that its dependencies do not pollute the root modules dependency graph 2019-12-09 10:12:49 -07:00
forward_assertions_test.go Add ErrorContains 2021-01-16 12:32:05 +11:00
http_assertions.go http_assertions: honour the msgAndArgs provided with each assertion 2024-02-23 00:16:29 +05:30
http_assertions_test.go http_assertions: assert that the msgAndArgs actually works in tests 2024-02-23 22:41:24 +05:30