Annotation Type CitrusParameters


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface CitrusParameters
    Parameter annotation provides parameter names that are passed to the test case test context as variables. Variable values are provided by TestNG data provider.
    Since:
    1.3.1
    Author:
    Christoph Deppisch
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String[] value
      The list of parameter names corresponding with TestNG data provider parameter values.
    • Element Detail

      • value

        String[] value
        The list of parameter names corresponding with TestNG data provider parameter values. Each parameter name and value is injected to the test case as test variable before execution.