Skip to content

Commit e00f625

Browse files
author
Maria Kusber
authored
Merge pull request #10 from diffblue/maya/readme-enums
Update README.md for InTestsUseEnums
2 parents 7360adb + 1564d0b commit e00f625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ public class ClassUnderTest {
126126
127127
Custom input annotations allow particular inputs to be recommended to Diffblue Cover when writing tests.
128128
129-
### Using `@InTestsUseEnum`
129+
### Using `@InTestsUseEnums`
130130
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.
132132
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.
133133
134134
```java

0 commit comments

Comments
 (0)