Class RestService

    • Constructor Detail

      • RestService

        public RestService()
    • Method Detail

      • given

        public io.restassured.specification.RequestSpecification given()
      • https

        public io.restassured.specification.RequestSpecification https()
      • management

        public io.restassured.specification.RequestSpecification management()
      • relaxedHttps

        public io.restassured.specification.RequestSpecification relaxedHttps()
      • mutiny

        public io.vertx.mutiny.ext.web.client.WebClient mutiny()
      • mutiny

        public io.vertx.mutiny.ext.web.client.WebClient mutiny​(io.vertx.ext.web.client.WebClientOptions options)
      • start

        public void start()
        Description copied from class: BaseService
        Start the managed resource. If the managed resource is running, it does nothing.
        Specified by:
        start in interface Service
        Overrides:
        start in class BaseService<RestService>