-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: testIssues in the test moduleIssues in the test moduletype: enhancementA general enhancementA general enhancement
Milestone
Description
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 for MockitoBeanOverrideHandler
and MockitoSpyBeanOverrideHandler
both include information specific to mocks/spies.
To improve diagnostics, we should implement toString()
in TestBeanOverrideHandler
and include the factoryMethod
.
Metadata
Metadata
Assignees
Labels
in: testIssues in the test moduleIssues in the test moduletype: enhancementA general enhancementA general enhancement