Class BatchTestContextCustomizerFactory

java.lang.Object
org.springframework.batch.test.context.BatchTestContextCustomizerFactory
All Implemented Interfaces:
org.springframework.test.context.ContextCustomizerFactory

public class BatchTestContextCustomizerFactory extends Object implements org.springframework.test.context.ContextCustomizerFactory
Since:
4.1
Author:
Mahmoud Ben Hassine
  • Constructor Details

    • BatchTestContextCustomizerFactory

      public BatchTestContextCustomizerFactory()
  • Method Details

    • createContextCustomizer

      public org.springframework.test.context.ContextCustomizer createContextCustomizer(Class<?> testClass, List<org.springframework.test.context.ContextConfigurationAttributes> configAttributes)
      Specified by:
      createContextCustomizer in interface org.springframework.test.context.ContextCustomizerFactory