mirror of
https://github.com/stretchr/testify.git
synced 2025-07-09 12:08:08 +00:00
Deprecate mock.AnythingOfTypeArgument which should never have been publicly exposed. AnythingOfTypeArgument is now a type alias to the private anythingOfTypeArgument and is marked as Deprecated in godoc. The AnythingOfType constructor is still available. The aim is to completely remove that alias.