mirror of
https://github.com/stretchr/testify.git
synced 2025-07-11 13:08:15 +00:00
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.