Enum クラスの使用箇所
org.springframework.boot.test.context.SpringBootTest.WebEnvironment
SpringBootTest.WebEnvironment を使用するパッケージ
org.springframework.boot.test.context 内の SpringBootTest.WebEnvironment 使用
org.springframework.boot.test.context 内の SpringBootTest.WebEnvironment 型の型引数を持つサブクラス修飾子と型メソッド説明protected @Nullable SpringBootTest.WebEnvironmentSpringBootTestContextBootstrapper.getWebEnvironment(ClassSE<?> testClass) このテストのSpringBootTest.WebEnvironment型を返すか、未定義の場合は null を返します。指定された名前でこのクラスの列挙型定数を返します。static SpringBootTest.WebEnvironment[]SpringBootTest.WebEnvironment.values()この列挙型クラスの定数を含む配列を、宣言されている順序で返します。