类 BatchTestContextCustomizerFactory

  • 所有已实现的接口:
    org.springframework.test.context.ContextCustomizerFactory

    public class BatchTestContextCustomizerFactory
    extends java.lang.Object
    implements org.springframework.test.context.ContextCustomizerFactory
    从以下版本开始:
    4.1
    作者:
    Mahmoud Ben Hassine
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      org.springframework.test.context.ContextCustomizercreateContextCustomizer​(java.lang.Class<?> testClass, java.util.List<org.springframework.test.context.ContextConfigurationAttributes> configAttributes) 
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • createContextCustomizer

        public org.springframework.test.context.ContextCustomizer createContextCustomizer​(java.lang.Class<?> testClass,
                                                                                          java.util.List<org.springframework.test.context.ContextConfigurationAttributes> configAttributes)
        指定者:
        createContextCustomizer 在接口中 org.springframework.test.context.ContextCustomizerFactory