Annotation Type Arguments

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean append
      If true, only when the annotation is placed on a test method and there is already another annotation on the class, its arguments are appended to the class annotation instead of replacing them.
      String[] value
      The arguments to be passed to the launcher used for running the test.
    • Element Detail

      • value

        String[] value
        The arguments to be passed to the launcher used for running the test.
        Returns:
        the arguments.
        Default:
        {}
      • append

        boolean append
        If true, only when the annotation is placed on a test method and there is already another annotation on the class, its arguments are appended to the class annotation instead of replacing them.
        Returns:
        if true, arguments are appended to the ones one the test class, otherwise they replace them.
        Default:
        true