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:
  • Field Details

  • Element Details

    • separator

      String separator
      Custom separator for indicative sentences generator.
      Default:
      ""
    • generator

      Class<? extends DisplayNameGenerator> generator
      Custom display name generator.
      Default:
      org.junit.jupiter.api.DisplayNameGenerator.Standard.class