We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9286dde + 4b81797 commit 6b963b3Copy full SHA for 6b963b3
src/main/java/com/diffblue/cover/annotations/InTestsMock.java
@@ -81,4 +81,10 @@
81
82
/** @return String value or values to return from the {@link #method()} */
83
String[] stringReturnValues() default {};
84
+
85
+ /**
86
+ * @return name of the factory method used to create the object returned by the mocked {@link
87
+ * #method()}
88
+ */
89
+ String returnValueFactory() default "";
90
}
0 commit comments