类 WebTestClientContextCustomizer
java.lang.Object
cn.taketoday.framework.test.web.reactive.server.WebTestClientContextCustomizer
- 所有已实现的接口:
ContextCustomizer
- 作者:
- Stephane Nicoll
-
嵌套类概要
嵌套类修饰符和类型类说明static classFactoryBeanused to create and configure aWebTestClient.(专用程序包) static classBeanDefinitionRegistryPostProcessorthat runs after theConfigurationClassPostProcessorand add aWebTestClientContextCustomizer.WebTestClientFactorybean definition when aWebTestClienthasn't already been registered. -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidcustomizeContext(cn.taketoday.context.ConfigurableApplicationContext context, MergedContextConfiguration mergedConfig) Customize the suppliedConfigurableApplicationContextafter bean definitions have been loaded into the context but before the context has been refreshed.booleaninthashCode()private voidregisterWebTestClient(cn.taketoday.beans.factory.support.BeanDefinitionRegistry registry) private voidregisterWebTestClient(cn.taketoday.context.ConfigurableApplicationContext context)
-
构造器详细资料
-
WebTestClientContextCustomizer
WebTestClientContextCustomizer()
-
-
方法详细资料
-
customizeContext
public void customizeContext(cn.taketoday.context.ConfigurableApplicationContext context, MergedContextConfiguration mergedConfig) 从接口复制的说明:ContextCustomizerCustomize the suppliedConfigurableApplicationContextafter bean definitions have been loaded into the context but before the context has been refreshed.- 指定者:
customizeContext在接口中ContextCustomizer- 参数:
context- the context to customizemergedConfig- the merged context configuration
-
registerWebTestClient
private void registerWebTestClient(cn.taketoday.context.ConfigurableApplicationContext context) -
registerWebTestClient
private void registerWebTestClient(cn.taketoday.beans.factory.support.BeanDefinitionRegistry registry) -
equals
-
hashCode
public int hashCode()
-