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