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
Factory for
BatchTestContextCustomizer
.- Since:
- 4.1
- Author:
- Mahmoud Ben Hassine
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.test.context.ContextCustomizer
createContextCustomizer
(Class<?> testClass, List<org.springframework.test.context.ContextConfigurationAttributes> configAttributes)
-
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 interfaceorg.springframework.test.context.ContextCustomizerFactory
-