mirror of
https://github.com/stretchr/testify.git
synced 2025-09-03 03:28:29 +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.