Class RestService

    • Constructor Detail

      • RestService

        public RestService()
    • Method Detail

      • given

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

        public io.restassured.specification.RequestSpecification https()
      • 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>