Package org.junit.jupiter.api
Annotation Interface IndicativeSentencesGeneration
@DisplayNameGeneration(IndicativeSentences.class)
@Target({ANNOTATION_TYPE,TYPE})
@Retention(RUNTIME)
@Documented
@Inherited
@API(status=EXPERIMENTAL,
since="5.7")
public @interface IndicativeSentencesGeneration
@IndicativeSentencesGeneration
is used to declare a custom parameters
by IndicativeSentences
, if this notation has some not declared
parameters, it will use the default values instead.- Since:
- 5.7
- See Also:
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionClass<? extends DisplayNameGenerator>
Custom display name generator.Custom separator for indicative sentences generator. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Class<? extends DisplayNameGenerator>
static final String
-
Field Details
-
DEFAULT_SEPARATOR
- See Also:
-
DEFAULT_GENERATOR
-
-
Element Details
-
separator
String separatorCustom separator for indicative sentences generator.- Default:
- ""
-
generator
Class<? extends DisplayNameGenerator> generatorCustom display name generator.- Default:
- org.junit.jupiter.api.DisplayNameGenerator.Standard.class
-