Implement toString()
in TestBeanOverrideHandler
#34072
Labels
Milestone
toString()
in TestBeanOverrideHandler
#34072
While composing the commit message for 54948a4, I noticed that the string representation of a
TestBeanOverrideHandler
does not include the factory method; whereas, the string representations forMockitoBeanOverrideHandler
andMockitoSpyBeanOverrideHandler
both include information specific to mocks/spies.To improve diagnostics, we should implement
toString()
inTestBeanOverrideHandler
and include thefactoryMethod
.The text was updated successfully, but these errors were encountered: