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.
1 parent 8632424 commit ab8ecb5Copy full SHA for ab8ecb5
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