Enum Settings

java.lang.Object
java.lang.Enum<Settings>
org.apache.maven.surefire.its.fixture.Settings
All Implemented Interfaces:
Serializable, Comparable<Settings>, java.lang.constant.Constable

public enum Settings extends Enum<Settings>
Since:
2.19
Author:
Tibor Digana (tibor17)
  • Enum Constant Details

    • JUNIT4_TEST

      public static final Settings JUNIT4_TEST
    • JUNIT47_TEST

      public static final Settings JUNIT47_TEST
    • JUNIT4_INCLUDES

      public static final Settings JUNIT4_INCLUDES
    • JUNIT47_INCLUDES

      public static final Settings JUNIT47_INCLUDES
    • JUNIT4_INCLUDES_EXCLUDES

      public static final Settings JUNIT4_INCLUDES_EXCLUDES
    • JUNIT47_INCLUDES_EXCLUDES

      public static final Settings JUNIT47_INCLUDES_EXCLUDES
    • JUNIT4_INCLUDES_FILE

      public static final Settings JUNIT4_INCLUDES_FILE
    • JUNIT47_INCLUDES_FILE

      public static final Settings JUNIT47_INCLUDES_FILE
    • JUNIT4_INCLUDES_EXCLUDES_FILE

      public static final Settings JUNIT4_INCLUDES_EXCLUDES_FILE
    • JUNIT47_INCLUDES_EXCLUDES_FILE

      public static final Settings JUNIT47_INCLUDES_EXCLUDES_FILE
    • TestNG_TEST

      public static final Settings TestNG_TEST
    • TestNG_INCLUDES

      public static final Settings TestNG_INCLUDES
    • TestNG_INCLUDES_EXCLUDES

      public static final Settings TestNG_INCLUDES_EXCLUDES
    • TestNG_INCLUDES_FILE

      public static final Settings TestNG_INCLUDES_FILE
    • TestNG_INCLUDES_EXCLUDES_FILE

      public static final Settings TestNG_INCLUDES_EXCLUDES_FILE
  • Method Details

    • values

      public static Settings[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static Settings valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • path

      public String path()
    • profile

      public String profile()
    • getFramework

      public TestFramework getFramework()
    • getConfiguration

      public Configuration getConfiguration()