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 9dce005 commit f02db78Copy full SHA for f02db78
src/main/java/com/diffblue/cover/annotations/MethodsUnderTest.java
@@ -21,7 +21,7 @@
21
import java.lang.annotation.Target;
22
23
/**
24
- * Indicates the method being tested in the annotated test method. Diffblue Cover attaches this
+ * Indicates the methods being tested in the annotated test method. Diffblue Cover attaches this
25
* annotation to all tests that it creates.
26
*/
27
@Retention(SOURCE)
0 commit comments