Class VertxWebTestClientSupplier

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

    public class VertxWebTestClientSupplier
    extends Object
    implements Supplier<org.springframework.test.web.reactive.server.WebTestClient>
    • 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 Supplier<org.springframework.test.web.reactive.server.WebTestClient>