Class VertxWebTestClientContextCustomizer

  • All Implemented Interfaces:
    org.springframework.test.context.ContextCustomizer

    public class VertxWebTestClientContextCustomizer
    extends java.lang.Object
    implements org.springframework.test.context.ContextCustomizer
    • Method Summary

      Modifier and Type Method Description
      void customizeContext​(org.springframework.context.ConfigurableApplicationContext context, org.springframework.test.context.MergedContextConfiguration mergedConfig)  
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VertxWebTestClientContextCustomizer

        public VertxWebTestClientContextCustomizer()
    • Method Detail

      • customizeContext

        public void customizeContext​(org.springframework.context.ConfigurableApplicationContext context,
                                     org.springframework.test.context.MergedContextConfiguration mergedConfig)
        Specified by:
        customizeContext in interface org.springframework.test.context.ContextCustomizer
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object