Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 06:17
· 141 commits to main since this release

Added

  • #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.