Class StepScopeTestUtils

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

public class StepScopeTestUtils extends Object
Utility class for creating and manipulating StepScope 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 step scoped in the application context.
Author:
Dave Syer
  • Constructor Details

    • StepScopeTestUtils

      public StepScopeTestUtils()
  • Method Details