列挙型クラス NestedTestConfiguration.EnclosingConfiguration

java.lang.ObjectSE
java.lang.EnumSE<NestedTestConfiguration.EnclosingConfiguration>
org.springframework.test.context.NestedTestConfiguration.EnclosingConfiguration
実装されたすべてのインターフェース:
SerializableSEComparableSE<NestedTestConfiguration.EnclosingConfiguration>ConstableSE
含まれているクラス:
NestedTestConfiguration

public static enum NestedTestConfiguration.EnclosingConfiguration extends EnumSE<NestedTestConfiguration.EnclosingConfiguration>
クラスを囲むことによるテスト構成が内部テストクラスに対してどのように処理されるかを指示するモードの列挙。
関連事項:
  • 列挙型定数の詳細

  • メソッドの詳細

    • values

      この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
      戻り値:
      この列挙型クラスの定数を宣言された順序で含む配列
    • valueOf

      指定された名前でこのクラスの列挙型定数を返します。文字列は、このクラスで列挙型定数を宣言するために使用される識別子と正確に一致する必要があります。(余分な空白文字は許可されません。)
      パラメーター:
      name - 返される列挙定数の名前。
      戻り値:
      指定された名前の列挙定数
      例外:
      IllegalArgumentExceptionSE - この列挙型クラスに指定された名前の定数がない場合
      NullPointerExceptionSE - 引数が null の場合
    • from

      大文字と小文字を区別せずに、指定された名前で EnclosingConfiguration 列挙型定数を取得します。
      パラメーター:
      name - 取得する列挙型定数の名前
      戻り値:
      対応する列挙型定数または見つからない場合は null 
      関連事項: