Package dev.snowdrop.vertx.http.test
Class VertxWebTestClientContextCustomizerFactory
- java.lang.Object
-
- dev.snowdrop.vertx.http.test.VertxWebTestClientContextCustomizerFactory
-
- All Implemented Interfaces:
org.springframework.test.context.ContextCustomizerFactory
public class VertxWebTestClientContextCustomizerFactory extends java.lang.Object implements org.springframework.test.context.ContextCustomizerFactory
-
-
Constructor Summary
Constructors Constructor Description VertxWebTestClientContextCustomizerFactory()
-
Method Summary
Modifier and Type Method Description org.springframework.test.context.ContextCustomizercreateContextCustomizer(java.lang.Class<?> testClass, java.util.List<org.springframework.test.context.ContextConfigurationAttributes> configAttributes)
-
-
-
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:
createContextCustomizerin interfaceorg.springframework.test.context.ContextCustomizerFactory
-
-