パッケージ | 説明 |
---|---|
org.springframework.test.context.support | Spring TestContext フレームワークのサポートクラス。 |
org.springframework.test.context.web | Web は、Spring TestContext フレームワークのクラスをサポートします。 |
修飾子と型 | クラスと説明 |
---|---|
class | AbstractGenericContextLoader GenericApplicationContext をロードする AbstractContextLoader の抽象、汎用拡張。 |
class | AnnotationConfigContextLoader コンポーネントクラスから Bean 定義をロードする AbstractGenericContextLoader の具象実装。 |
class | GenericGroovyXmlContextLoader Groovy スクリプトおよび XML 構成ファイルから Bean 定義を読み取る AbstractGenericContextLoader の具体的な実装。 |
class | GenericPropertiesContextLoader Java Properties SE リソースから Bean 定義を読み取る AbstractGenericContextLoader の具象実装。 |
class | GenericXmlContextLoader XML リソースから Bean 定義を読み取る AbstractGenericContextLoader の具体的な実装。 |
修飾子と型 | クラスと説明 |
---|---|
class | AbstractGenericWebContextLoader GenericWebApplicationContext をロードする AbstractContextLoader の抽象、汎用拡張。 |
class | AnnotationConfigWebContextLoader アノテーション付きクラスから Bean 定義をロードする AbstractGenericWebContextLoader の具体的な実装。 |
class | GenericGroovyXmlWebContextLoader Groovy スクリプトおよび XML 構成ファイルから Bean 定義をロードする AbstractGenericWebContextLoader の具体的な実装。 |
class | GenericXmlWebContextLoader XML リソースから Bean 定義をロードする AbstractGenericWebContextLoader の具体的な実装。 |