Enum Class DistributionTest.ReInstall

java.lang.Object
java.lang.Enum<DistributionTest.ReInstall>
org.keycloak.it.junit5.extension.DistributionTest.ReInstall
All Implemented Interfaces:
Serializable, Comparable<DistributionTest.ReInstall>, Constable
Enclosing class:
DistributionTest

public static enum DistributionTest.ReInstall extends Enum<DistributionTest.ReInstall>
  • Enum Constant Details

    • BEFORE_ALL

      public static final DistributionTest.ReInstall BEFORE_ALL
      Install the distribution only once before running a test class.
    • BEFORE_TEST

      public static final DistributionTest.ReInstall BEFORE_TEST
      Re-install the distribution before running a test method.
    • NEVER

      public static final DistributionTest.ReInstall NEVER
      Does not reset the distribution such as removing data, providers, and conf directories.
  • Method Details

    • values

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

      public static DistributionTest.ReInstall valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null