Annotation Type Attributes
-
@Retention(RUNTIME) @Target({METHOD,TYPE}) @Inherited public @interface AttributesAnnotation for test methods and classes to attachItemAttributesRQto the test items- See Also:
Attribute,AttributeValue,MultiKeyAttribute,MultiValueAttribute
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Attribute[]attributesAttributeValue[]attributeValuesMultiKeyAttribute[]multiKeyAttributesMultiValueAttribute[]multiValueAttributes
-
-
-
Element Detail
-
attributes
Attribute[] attributes
- Default:
- {}
-
-
-
attributeValues
AttributeValue[] attributeValues
- Default:
- {}
-
-
-
multiKeyAttributes
MultiKeyAttribute[] multiKeyAttributes
- Default:
- {}
-
-
-
multiValueAttributes
MultiValueAttribute[] multiValueAttributes
- Default:
- {}
-
-