Package dev.snowdrop.vertx.http.test
Class VertxWebTestClientContextCustomizer
- java.lang.Object
-
- dev.snowdrop.vertx.http.test.VertxWebTestClientContextCustomizer
-
- All Implemented Interfaces:
org.springframework.test.context.ContextCustomizer
public class VertxWebTestClientContextCustomizer extends java.lang.Object implements org.springframework.test.context.ContextCustomizer
-
-
Constructor Summary
Constructors Constructor Description VertxWebTestClientContextCustomizer()
-
Method Summary
Modifier and Type Method Description voidcustomizeContext(org.springframework.context.ConfigurableApplicationContext context, org.springframework.test.context.MergedContextConfiguration mergedConfig)booleanequals(java.lang.Object obj)inthashCode()
-
-
-
Method Detail
-
customizeContext
public void customizeContext(org.springframework.context.ConfigurableApplicationContext context, org.springframework.test.context.MergedContextConfiguration mergedConfig)- Specified by:
customizeContextin interfaceorg.springframework.test.context.ContextCustomizer
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-