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