Annotation Type CustomAttribute


  • @Retention(RUNTIME)
    @Target({METHOD,TYPE})
    public @interface CustomAttribute
    Represents a means to add in custom attributes to @Test annotated tests.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String name  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String[] values  
    • Element Detail

      • name

        java.lang.String name
        Returns:
        - The name for the custom attribute
      • values

        java.lang.String[] values
        Returns:
        - The custom attribute values as an array.
        Default:
        {}