Class VertxWebTestClientContextCustomizerFactory

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

    public class VertxWebTestClientContextCustomizerFactory
    extends java.lang.Object
    implements org.springframework.test.context.ContextCustomizerFactory
    • Method Summary

      Modifier and Type Method Description
      org.springframework.test.context.ContextCustomizer createContextCustomizer​(java.lang.Class<?> testClass, java.util.List<org.springframework.test.context.ContextConfigurationAttributes> configAttributes)  
      • Methods inherited from class java.lang.Object

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

      • VertxWebTestClientContextCustomizerFactory

        public VertxWebTestClientContextCustomizerFactory()
    • 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:
        createContextCustomizer in interface org.springframework.test.context.ContextCustomizerFactory