クラス MockIntegrationContext

java.lang.ObjectSE
org.springframework.integration.test.context.MockIntegrationContext
実装されたすべてのインターフェース:
AwareBeanFactoryAwareBeanPostProcessorSmartInitializingSingleton

public class MockIntegrationContext extends ObjectSE implements BeanPostProcessor, SmartInitializingSingleton, BeanFactoryAware
テストコードからアプリケーションコンテキストで実際の Bean をカスタマイズするための API を備えた BeanFactoryAware コンポーネント。

このクラスの Bean は、SpringIntegrationTest アノテーションを介して自動的に登録され、テストクラスにオートワイヤーできます。

導入:
5.0
作成者:
Artem Bilan, Yicheng Feng, Alexander Hain
関連事項: