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 d193de5 commit eae5ee9Copy full SHA for eae5ee9
src/main/java/com/diffblue/cover/annotations/InTestsUseFactory.java
@@ -43,8 +43,6 @@
43
/** @return The name of the class containing the factory methods. */
44
String className();
45
46
- /**
47
- * @return The method names to use for factory methods.
48
- */
+ /** @return The method names to use for factory methods. */
49
String[] methodNames();
50
}
0 commit comments