类 ExcludeFilterContextCustomizer

java.lang.Object
cn.taketoday.framework.test.context.filter.ExcludeFilterContextCustomizer
所有已实现的接口:
ContextCustomizer

class ExcludeFilterContextCustomizer extends Object implements ContextCustomizer
ContextCustomizer to add the TestTypeExcludeFilter to the ApplicationContext.
作者:
Phillip Webb
  • 构造器详细资料

    • ExcludeFilterContextCustomizer

      ExcludeFilterContextCustomizer()
  • 方法详细资料

    • customizeContext

      public void customizeContext(cn.taketoday.context.ConfigurableApplicationContext context, MergedContextConfiguration mergedContextConfiguration)
      从接口复制的说明: ContextCustomizer
      Customize the supplied ConfigurableApplicationContext after bean definitions have been loaded into the context but before the context has been refreshed.
      指定者:
      customizeContext 在接口中 ContextCustomizer
      参数:
      context - the context to customize
      mergedContextConfiguration - the merged context configuration
    • equals

      public boolean equals(Object obj)
      覆盖:
      equals 在类中 Object
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Object