org.springframework.test.context.ContextCustomizerpublic class EnableNatsServerContextCustomizer extends Object implements org.springframework.test.context.ContextCustomizer
| Modifier and Type | Method | Description |
|---|---|---|
void |
customizeContext(org.springframework.context.ConfigurableApplicationContext context,
org.springframework.test.context.MergedContextConfiguration mergedConfig) |
customizeContext will start register
NatsServer with bean name NatsServer.BEAN_NAME to the spring test context |
public void customizeContext(org.springframework.context.ConfigurableApplicationContext context,
org.springframework.test.context.MergedContextConfiguration mergedConfig)
NatsServer with bean name NatsServer.BEAN_NAME to the spring test contextcustomizeContext in interface org.springframework.test.context.ContextCustomizercontext - ConfigurableApplicationContextmergedConfig - MergedContextConfiguration is not in useCopyright © 2018. All rights reserved.