Class VertxWebTestClientSupplier

  • All Implemented Interfaces:
    java.util.function.Supplier<org.springframework.test.web.reactive.server.WebTestClient>

    public class VertxWebTestClientSupplier
    extends java.lang.Object
    implements java.util.function.Supplier<org.springframework.test.web.reactive.server.WebTestClient>
    • Constructor Summary

      Constructors 
      Constructor Description
      VertxWebTestClientSupplier​(org.springframework.context.ApplicationContext applicationContext)  
    • Method Summary

      Modifier and Type Method Description
      org.springframework.test.web.reactive.server.WebTestClient get()  
      • Methods inherited from class java.lang.Object

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

      • VertxWebTestClientSupplier

        public VertxWebTestClientSupplier​(org.springframework.context.ApplicationContext applicationContext)
    • Method Detail

      • get

        public org.springframework.test.web.reactive.server.WebTestClient get()
        Specified by:
        get in interface java.util.function.Supplier<org.springframework.test.web.reactive.server.WebTestClient>