You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,9 +126,9 @@ public class ClassUnderTest {
126
126
127
127
Custom input annotations allow particular inputs to be recommended to Diffblue Cover when writing tests.
128
128
129
-
### Using `@InTestsUseEnum`
129
+
### Using `@InTestsUseEnums`
130
130
131
-
The `@InTestsUseEnum` annotation allows the user to recommend specific `enum` literal values to use in tests.
131
+
The `@InTestsUseEnums` annotation allows the user to recommend specific `enum` literal values to use in tests.
132
132
Sometimes this can be useful to control the values used for cosmetic reasons, but it can also be useful when Cover is unable to identify values to cover all cases.
0 commit comments