Class BatchTestContextCustomizerFactory

  • All Implemented Interfaces:
    org.springframework.test.context.ContextCustomizerFactory

    public class BatchTestContextCustomizerFactory
    extends java.lang.Object
    implements org.springframework.test.context.ContextCustomizerFactory
    Since:
    4.1
    Author:
    Mahmoud Ben Hassine
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      org.springframework.test.context.ContextCustomizercreateContextCustomizer​(java.lang.Class<?> testClass, java.util.List<org.springframework.test.context.ContextConfigurationAttributes> configAttributes) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BatchTestContextCustomizerFactory

        public BatchTestContextCustomizerFactory()
    • 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 interface org.springframework.test.context.ContextCustomizerFactory