Enum Storage

java.lang.Object
java.lang.Enum<Storage>
com.soebes.itf.jupiter.extension.Storage
All Implemented Interfaces:
Serializable, Comparable<Storage>

enum Storage extends Enum<Storage>
Author:
Karl Heinz Marbaise
  • Enum Constant Details

    • TARGET_MAVEN_IT_DIRECTORY

      public static final Storage TARGET_MAVEN_IT_DIRECTORY
      The target/maven-it directory.
    • MAVEN_IT_TESTCASE_BASEDIRECTORY

      public static final Storage MAVEN_IT_TESTCASE_BASEDIRECTORY
      The directory for the single test cases which is being built of the package+testClassName+(Optional:NestedClassNames)+MethodName.
    • TARGET_DIRECTORY

      public static final Storage TARGET_DIRECTORY
  • Method Details

    • values

      public static Storage[] 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 Storage 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