クラス StepScopeTestUtils
java.lang.ObjectSE
org.springframework.batch.test.StepScopeTestUtils
単体テストで
StepScope
を作成および操作するためのユーティリティクラス。これは、Spring Test サポートを使用して、アプリケーションコンテキストでステップスコープが設定されている依存関係をテストケースに注入する場合に役立ちます。- 作成者:
- Dave Syer, Taeik Lim
メソッドのサマリー
メソッドの詳細
doInStepScope
public static <T> T doInStepScope(StepExecution stepExecution, CallableSE<T> callable) throws ExceptionSE - 例外:
ExceptionSE