Enum クラスの使用箇所
org.springframework.boot.test.context.SpringBootTest.UseMainMethod
SpringBootTest.UseMainMethod を使用するパッケージ
org.springframework.boot.test.context 内の SpringBootTest.UseMainMethod 使用
org.springframework.boot.test.context 内の SpringBootTest.UseMainMethod 型の型引数を持つサブクラス修飾子と型クラス説明static enumテスト対象のSpringApplicationを作成および実行するときに、@SpringBootConfigurationアノテーション付きクラスのメインメソッドがどのように使用されるかの列挙。修飾子と型メソッド説明static SpringBootTest.UseMainMethod指定された名前でこのクラスの列挙型定数を返します。static SpringBootTest.UseMainMethod[]SpringBootTest.UseMainMethod.values()この列挙型クラスの定数を含む配列を、宣言されている順序で返します。