Class BatchTestContextCustomizerFactory
- java.lang.Object
- org.springframework.batch.test.context.BatchTestContextCustomizerFactory
- All Implemented Interfaces:
org.springframework.test.context.ContextCustomizerFactory
public class BatchTestContextCustomizerFactory extends java.lang.Object implements org.springframework.test.context.ContextCustomizerFactory
Factory forBatchTestContextCustomizer
.- Since:
- 4.1
- Author:
- Mahmoud Ben Hassine
Constructor Summary
Constructors Constructor Description BatchTestContextCustomizerFactory()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.test.context.ContextCustomizer
createContextCustomizer(java.lang.Class<?> testClass, java.util.List<org.springframework.test.context.ContextConfigurationAttributes> configAttributes)
Method Detail
createContextCustomizer
public org.springframework.test.context.ContextCustomizer createContextCustomizer(java.lang.Class<?> testClass, java.util.List<org.springframework.test.context.ContextConfigurationAttributes> configAttributes)
- Specified by:
createContextCustomizer
in interfaceorg.springframework.test.context.ContextCustomizerFactory