Annotation Type TestCaseId
-
@Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface TestCaseIdAnnotation used to declare the uniqueness of the test method/class. If value is not provided it will be generated on the ReportPortal back-end side as hash of the generated id.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description TemplateConfigconfigTestCaseId template configuration to customize keywords and special symbols.booleanparametrizedjava.lang.Stringvalue
-
-
-
-
config
TemplateConfig config
TestCaseId template configuration to customize keywords and special symbols.- Returns:
- template configuration
- Default:
- @com.epam.reportportal.annotations.TemplateConfig
-
-