You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#36: Added inspection to report toString() calls in verifications, since Mockito cannot verify toString().
#39: Added inspection to report *Return() stubbing calls, if the stubbed method's return type is void.
#40: Added inspection to report doNothing() and willDoNothing() stubbing calls,
if the stubbed method's return type is not void.
Changed
#41: Cleaned up the class and package name, and modified the icons in the target method selection
popup during mock field conversion. The new icons can help distinguish between before hooks, test methods, and the rest of the methods.
Refactorings and housekeeping in the mock stubbing and verification areas.