クラス JobRepositoryTestUtils

java.lang.ObjectSE
org.springframework.batch.test.JobRepositoryTestUtils

public class JobRepositoryTestUtils extends ObjectSE
データベースから JobExecution インスタンスを作成および削除するための便利なクラス。テストケースでの一般的な使用箇所は、トランザクションの前にインスタンスを作成し、結果を保存し、それを使用してトランザクション後に削除することです。
作成者:
Dave Syer, Mahmoud Ben Hassine