Annotation Type ConfigurationProfiles

    • 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 profiles are appended to the class annotation instead of replacing them.
      String[] value
      The configuration profiles to be active during the test.
    • Element Detail

      • value

        String[] value
        The configuration profiles to be active during the test.
        Returns:
        the configuration profile list.
        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 profiles are appended to the class annotation instead of replacing them.
        Returns:
        if true, profiles are appended to the ones one the test class, otherwise they replace them.
        Default:
        true