Class JobScopeTestUtils

java.lang.Object
org.springframework.batch.test.JobScopeTestUtils

public class JobScopeTestUtils extends Object
Utility class for creating and manipulating JobScope in unit tests. This is useful when you want to use the Spring test support and inject dependencies into your test case that happen to be job scoped in the application context.
Author:
Dave Syer, Jimmy Praet
  • Constructor Details

    • JobScopeTestUtils

      public JobScopeTestUtils()
  • Method Details