testify/require
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
..
doc.go EqualExportedValues: Handle nested pointer, slice and map fields (#1379) 2023-05-11 07:42:04 +10:00
forward_requirements.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_requirements_test.go Add ErrorContains 2021-01-16 12:32:05 +11:00
require.go Merge pull request #1385 from hslatman/not-implements 2024-02-28 16:02:08 +00:00
require.go.tmpl Helper is called before assert function in require.* functions 2019-02-14 17:34:13 -07:00
require_forward.go Merge pull request #1385 from hslatman/not-implements 2024-02-28 16:02:08 +00:00
require_forward.go.tmpl Fix vim-go integration and other editors 2018-02-02 18:39:40 +00:00
requirements.go assert: make *AssertionFunc type just aliases 2024-03-04 18:52:18 +01:00
requirements_test.go Add ErrorContains 2021-01-16 12:32:05 +11:00