Package com.diffblue.cover.annotations
Annotation Type InTestsUseCharacters
-
@Retention(RUNTIME) @Repeatable(Repeatable.class) public @interface InTestsUseCharacters
Identifies values that should be considered when writing tests that require inputs of typecharorCharacter.- Since:
- Diffblue Cover 2024.05.02
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description char[]value
-
-
-
Element Detail
-
value
char[] value
- Returns:
Charactervalues that should be tried.
- Default:
- {}
-
-