| パッケージ | 説明 |
|---|---|
| org.springframework.test.context | このパッケージには Spring TestContext フレームワークが含まれており、使用中の実際のテストフレームワークにとらわれないアノテーション駆動型ユニットおよび統合テストのサポートを提供します。 |
| org.springframework.test.context.cache | Spring TestContext フレームワーク内のコンテキストキャッシングのサポート。 |
| org.springframework.test.context.support | Spring TestContext フレームワークのサポートクラス。 |
| org.springframework.test.context.web | Web は、Spring TestContext フレームワークのクラスをサポートします。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
CacheAwareContextLoaderDelegate | BootstrapContext.getCacheAwareContextLoaderDelegate()ContextCache との透過的な相互作用に使用する CacheAwareContextLoaderDelegate を取得します。 |
| コンストラクターと説明 |
|---|
MergedContextConfiguration(ClassSE<?> testClass, StringSE[] locations, ClassSE<?>[] classes, SetSE<ClassSE<? extends ApplicationContextInitializer<?>>> contextInitializerClasses, StringSE[] activeProfiles, ContextLoader contextLoader, CacheAwareContextLoaderDelegate cacheAwareContextLoaderDelegate, MergedContextConfiguration parent) 指定されたパラメーターの新しい MergedContextConfiguration インスタンスを作成します。 |
MergedContextConfiguration(ClassSE<?> testClass, StringSE[] locations, ClassSE<?>[] classes, SetSE<ClassSE<? extends ApplicationContextInitializer<?>>> contextInitializerClasses, StringSE[] activeProfiles, StringSE[] propertySourceLocations, StringSE[] propertySourceProperties, ContextLoader contextLoader, CacheAwareContextLoaderDelegate cacheAwareContextLoaderDelegate, MergedContextConfiguration parent) 指定されたパラメーターの新しい MergedContextConfiguration インスタンスを作成します。 |
MergedContextConfiguration(ClassSE<?> testClass, StringSE[] locations, ClassSE<?>[] classes, SetSE<ClassSE<? extends ApplicationContextInitializer<?>>> contextInitializerClasses, StringSE[] activeProfiles, StringSE[] propertySourceLocations, StringSE[] propertySourceProperties, SetSE<ContextCustomizer> contextCustomizers, ContextLoader contextLoader, CacheAwareContextLoaderDelegate cacheAwareContextLoaderDelegate, MergedContextConfiguration parent) 指定されたパラメーターの新しい MergedContextConfiguration インスタンスを作成します。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | DefaultCacheAwareContextLoaderDelegateCacheAwareContextLoaderDelegate インターフェースのデフォルト実装。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
CacheAwareContextLoaderDelegate | DefaultBootstrapContext.getCacheAwareContextLoaderDelegate()ContextCache との透過的な相互作用に使用する CacheAwareContextLoaderDelegate を取得します。 |
protected CacheAwareContextLoaderDelegate | AbstractTestContextBootstrapper.getCacheAwareContextLoaderDelegate()ContextCache との透過的な相互作用に使用する CacheAwareContextLoaderDelegate を取得します。 |
| コンストラクターと説明 |
|---|
DefaultBootstrapContext(ClassSE<?> testClass, CacheAwareContextLoaderDelegate cacheAwareContextLoaderDelegate) 指定された引数から新しい DefaultBootstrapContext を構築します。 |
DefaultTestContext(ClassSE<?> testClass, MergedContextConfiguration mergedContextConfiguration, CacheAwareContextLoaderDelegate cacheAwareContextLoaderDelegate) 指定された引数から新しい DefaultTestContext を構築します。 |
| コンストラクターと説明 |
|---|
WebMergedContextConfiguration(ClassSE<?> testClass, StringSE[] locations, ClassSE<?>[] classes, SetSE<ClassSE<? extends ApplicationContextInitializer<?>>> contextInitializerClasses, StringSE[] activeProfiles, StringSE[] propertySourceLocations, StringSE[] propertySourceProperties, SetSE<ContextCustomizer> contextCustomizers, StringSE resourceBasePath, ContextLoader contextLoader, CacheAwareContextLoaderDelegate cacheAwareContextLoaderDelegate, MergedContextConfiguration parent) 指定されたパラメーターの新しい WebMergedContextConfiguration インスタンスを作成します。 |
WebMergedContextConfiguration(ClassSE<?> testClass, StringSE[] locations, ClassSE<?>[] classes, SetSE<ClassSE<? extends ApplicationContextInitializer<?>>> contextInitializerClasses, StringSE[] activeProfiles, StringSE[] propertySourceLocations, StringSE[] propertySourceProperties, StringSE resourceBasePath, ContextLoader contextLoader, CacheAwareContextLoaderDelegate cacheAwareContextLoaderDelegate, MergedContextConfiguration parent) 指定されたパラメーターの新しい WebMergedContextConfiguration インスタンスを作成します。 |