Skip to content

v1.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jun 11:01
· 3 commits to develop since this release
a47eeb8

Changed annotations

  • @InTestsMock.returnValueFactory – New attribute to specify a factory that creates the object returned by a mocked method.
  • @InTestsMock.throwException – New attribute to specify an exception instance to be thrown by a mocked method.
  • @InTestsMock.throwExceptionFactory – New attribute to specify a factory to produce the exception to be thrown by a mocked method.

Supported by Diffblue Cover from 2025.06.02
See https://docs.diffblue.com/features/cover-annotations/mocking-annotations for more details