Annotation Type ParameterKey


  • @Retention(RUNTIME)
    @Target(PARAMETER)
    public @interface ParameterKey
    Used in parametrized tests. ReportPortal waiting test parameters in key - value style. Using the annotation for method parameter the specific key can be provided.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String value
      Returns parameter key value
    • Element Detail

      • value

        java.lang.String value
        Returns parameter key value
        Returns:
        key value
        Default:
        ""