Improve message for deprecation of doubling methods named "method" #5752
Labels
feature/test-doubles
Test Stubs and Mock Objects
type/enhancement
A new idea that should be implemented
The deprecation warning isn't currently very useful because it doesn't tell which class or interface does implement the method named
method
. In our case, none of our objects implement that method so we are not sure where it comes from (e.g. a 3rd party package) or if it's related to another issue.The class name where the method is implemented would be very helpful.
The text was updated successfully, but these errors were encountered: